From 0503402fda960f02a8581495d5f0cd36e47fd6b8 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 8 Mar 2017 10:34:23 +0100 Subject: [PATCH] fixed wrong scope for function definition --- js/sidebar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/sidebar.js b/js/sidebar.js index 18cf739..c7d1104 100644 --- a/js/sidebar.js +++ b/js/sidebar.js @@ -19,7 +19,7 @@ jQuery(function () { setDefaultContent = function () { jQuery('body').removeClass('wide-content'); - }; + }, /** * Accessibility helper, focuses the first link witih the given element