1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-17 19:29:28 +01:00

Comment out example

This commit is contained in:
topkek 2014-11-01 23:06:49 +00:00
parent 47348bd336
commit 331c10d2f2

View File

@ -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);