From 380d345c1c6a0e567f74437a549489c9fd198603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Norman=20Hauk=C3=A5s?= Date: Sun, 27 Sep 2015 21:21:35 +0200 Subject: [PATCH] menu is not active to begin with --- content_script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content_script.js b/content_script.js index 111e086..07f51f7 100644 --- a/content_script.js +++ b/content_script.js @@ -96,7 +96,7 @@ $(document).ready(function () { // Beware order is significant $('#js-show-menu').click(addMenu); - addMenu(); - isMenuShown = true; + // addMenu(); + // isMenuShown = true; }); \ No newline at end of file