From 4f126e91ea9145d3b6d24a8531cd41b7bc849bb3 Mon Sep 17 00:00:00 2001 From: Pashe Date: Fri, 13 Feb 2015 18:07:38 -0600 Subject: [PATCH] Save makes more sense than update here --- js/options/user-css.js | 2 +- js/options/user-js.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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();