diff --git a/html/popup.html b/html/popup.html index 77c6039..bacc95a 100644 --- a/html/popup.html +++ b/html/popup.html @@ -20,7 +20,6 @@ document.getElementById('body').innerHTML = popup.createSubmitForm(currTab.url); } }); - document.getElementById('body').setAttribute('style', 'max-width: ' + settings.get('popupWidth') + 'px'); } window.addEventListener('load', initPopup); diff --git a/js/common.js b/js/common.js index 1902300..f928ae3 100644 --- a/js/common.js +++ b/js/common.js @@ -543,7 +543,7 @@ Popup.prototype.createListHTML = function (url) { throw 'Cannot create list HTML for a non-cached URL.'; } - listHTML = '