From ae8a9ee63e0d6ffcae463bf908e5d8baeb87f50a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Norman=20Hauk=C3=A5s?= Date: Sun, 4 Oct 2015 17:30:29 +0200 Subject: [PATCH] minor tweaks. Removed tooltip.js include --- content_script.js | 5 +---- example1.html | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/content_script.js b/content_script.js index 07f51f7..51d0596 100644 --- a/content_script.js +++ b/content_script.js @@ -54,8 +54,7 @@ $(document).ready(function () { }; htmlList = ''; + htmlList.join('') + ''; $('#senses').replaceWith(htmlList); @@ -76,8 +75,6 @@ $(document).ready(function () { Take the existing content, make it narrower and insert a menu for tagging up content. */ - - function addMenu () { if (isMenuShown) return; $.get('example1.menu.html', function (htmlData) { diff --git a/example1.html b/example1.html index 098bb35..e50dc7c 100644 --- a/example1.html +++ b/example1.html @@ -6,7 +6,6 @@ -