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