forked from GithubBackups/vichan
Comment out example
This commit is contained in:
parent
4332956f3e
commit
47348bd336
@ -45,7 +45,7 @@ var update_textarea = function() {
|
|||||||
textarea.text("/* "+_("Enter here your own CSS rules...")+" */\n" +
|
textarea.text("/* "+_("Enter here your own CSS rules...")+" */\n" +
|
||||||
"/* "+_("If you want to make a redistributable style, be sure to\nhave a Yotsuba B theme selected.")+" */\n" +
|
"/* "+_("If you want to make a redistributable style, be sure to\nhave a Yotsuba B theme selected.")+" */\n" +
|
||||||
"/* "+_("You can include CSS files from remote servers, for example:")+" */\n" +
|
"/* "+_("You can include CSS files from remote servers, for example:")+" */\n" +
|
||||||
'@import "http://example.com/style.css";');
|
'/* @import "http://example.com/style.css"; */');
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
textarea.text(localStorage.user_css);
|
textarea.text(localStorage.user_css);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user