From 27a1c19ddbcc6deb761a0132e3bb6adf54fe5b1a Mon Sep 17 00:00:00 2001 From: Joakim Almgren Date: Tue, 6 Jun 2017 16:28:07 +0200 Subject: [PATCH] commented out example function --- js/options/user-js.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/options/user-js.js b/js/options/user-js.js index 0ba9b1d0..7304ee50 100644 --- a/js/options/user-js.js +++ b/js/options/user-js.js @@ -54,7 +54,7 @@ var update_textarea = function() { textarea.text("/* "+_("Enter here your own Javascript code...")+" */\n" + "/* "+_("Have a backup of your storage somewhere, as messing here\nmay render you this website unusable.")+" */\n" + "/* "+_("You can include JS files from remote servers, for example:")+" */\n" + - 'load_js("http://example.com/script.js");'); + "/* "+'load_js("http://example.com/script.js");*/'); } else { textarea.text(localStorage.user_js);