mirror of https://github.com/calzoneman/sync.git
Merge pull request #597 from Xaekai/flairpersist
Make modflair setting persistent from button too.
This commit is contained in:
commit
97cb751573
|
@ -2,7 +2,7 @@
|
|||
"author": "Calvin Montgomery",
|
||||
"name": "CyTube",
|
||||
"description": "Online media synchronizer and chat",
|
||||
"version": "3.18.5",
|
||||
"version": "3.18.6",
|
||||
"repository": {
|
||||
"url": "http://github.com/calzoneman/sync"
|
||||
},
|
||||
|
|
|
@ -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…
Reference in New Issue