diff --git a/js/options/user-css.js b/js/options/user-css.js index 58f7d2c2..62ed3f80 100644 --- a/js/options/user-css.js +++ b/js/options/user-css.js @@ -19,7 +19,7 @@ var textarea = $("").css({ "font-size" : "9pt", "font-family": "monospace", }).appendTo(tab.content); -var submit = $("").css({ +var submit = $("").css({ "width": "100%", }).click(function() { localStorage.user_css = textarea.val(); diff --git a/js/options/user-js.js b/js/options/user-js.js index 454aab51..24f5726f 100644 --- a/js/options/user-js.js +++ b/js/options/user-js.js @@ -19,7 +19,7 @@ var textarea = $("").css({ "font-size" : "9pt", "font-family": "monospace", }).appendTo(tab.content); -var submit = $("").css({ +var submit = $("").css({ "width": "100%", }).click(function() { localStorage.user_js = textarea.val();