Fix #656
This commit is contained in:
parent
5bdf8b4aaf
commit
f42e3bf2b7
3 changed files with 8 additions and 1 deletions
|
|
@ -1102,6 +1102,12 @@ Callbacks = {
|
|||
if (formGroup.length > 0) {
|
||||
formGroup.removeClass("has-error");
|
||||
}
|
||||
},
|
||||
|
||||
clearVoteskipVote: function () {
|
||||
if (CHANNEL.opts.allow_voteskip && hasPermission("voteskip")) {
|
||||
$("#voteskip").attr("disabled", false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue