Make modflair setting persistent from button too.
This commit is contained in:
parent
5e399b96cf
commit
b2b034d9df
2 changed files with 3 additions and 1 deletions
|
|
@ -44,6 +44,8 @@ $("#modflair").click(function () {
|
|||
m.removeClass("label-default")
|
||||
.addClass("label-success");
|
||||
}
|
||||
$("#us-modflair").prop("checked", USEROPTS.modhat);
|
||||
setOpt('modhat', USEROPTS.modhat);
|
||||
});
|
||||
|
||||
$("#usercount").mouseenter(function (ev) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue