forked from leftypol/leftypol
overcome a transifex bug with translation of one string
This commit is contained in:
parent
24548e377c
commit
31097b89d1
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ var apply_js = function() {
|
|||
var update_textarea = function() {
|
||||
if (!localStorage.user_js) {
|
||||
textarea.text("/* "+_("Enter here your own Javascript code...")+" */\n" +
|
||||
"/* "+_("Have a backup of your storage somewhere, as messing here\n may render you this website unusable.")+" */\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");');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue