diff --git a/src/plugin-specific/add-iframe-to-page.js b/src/plugin-specific/add-iframe-to-page.js index a12526f..36aeb1f 100644 --- a/src/plugin-specific/add-iframe-to-page.js +++ b/src/plugin-specific/add-iframe-to-page.js @@ -16,8 +16,6 @@ $.get(chrome.extension.getURL('index-angular-app.html'), function (htmlData) { //empty the page $('body').children().remove(); - //remove style sheets - $('link[rel=stylesheet]').remove(); //reinsert page this time inside an iframe $('body').append(iframeMainContent); diff --git a/src/plugin-specific/manifest.json b/src/plugin-specific/manifest.json index 75ca7b8..5b9e76f 100644 --- a/src/plugin-specific/manifest.json +++ b/src/plugin-specific/manifest.json @@ -1,7 +1,7 @@ { "name": "Tag you're it", "description": "A browser tool for tagging words with exact definitions.", - "version": "0.0.3", + "version": "0.0.4", "manifest_version": 2, "icons": { "16": "icon16.png",