From 4e4ec327219b5ac9d27afb3e764ccd6ab32c8963 Mon Sep 17 00:00:00 2001 From: Ronan Dunklau Date: Thu, 7 Nov 2013 11:05:37 +0100 Subject: [PATCH] Fix unterminated comment. --- pgbadger | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgbadger b/pgbadger index e8decf0..236d800 100755 --- a/pgbadger +++ b/pgbadger @@ -10224,7 +10224,7 @@ define("google-code-prettify",[],function(){return X})})();return e}();R||P(Q,0) jQuery('.slide').hide(); jQuery('.active-slide').show(); - /* Go to specific slide and report from external link call + /* Go to specific slide and report from external link call */ var activeMenu = location.hash; if (activeMenu) { activeMenu = activeMenu.substring(1); -- 2.40.0