forked from GithubBackups/vichan
Warn users that some options only work after a save
This commit is contained in:
parent
3f3b0051d8
commit
a095b2467a
@ -15,6 +15,9 @@
|
||||
var tab = Options.add_tab("general", "home", _("General"));
|
||||
|
||||
$(function(){
|
||||
var help = $("<div><em>"+_("Note: Most option changes will only take effect on future page loads.")+"</em></div>");
|
||||
help.appendTo(tab.content);
|
||||
|
||||
var stor = $("<div>"+_("Storage: ")+"</div>");
|
||||
stor.appendTo(tab.content);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user