Merge pull request #597 from Xaekai/flairpersist

Make modflair setting persistent from button too.
This commit is contained in:
Calvin Montgomery 2016-07-11 22:21:15 -07:00 committed by GitHub
commit 97cb751573
2 changed files with 3 additions and 1 deletions

View File

@ -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"
},

View File

@ -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) {