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 @@ -