Fixes
This commit is contained in:
parent
6e0f27f254
commit
c54915e940
5 changed files with 14 additions and 3 deletions
|
|
@ -690,3 +690,5 @@ $("#userlisttoggle").click(toggleUserlist);
|
|||
$(".add-temp").change(function () {
|
||||
$(".add-temp").prop("checked", $(this).prop("checked"));
|
||||
});
|
||||
|
||||
applyOpts();
|
||||
|
|
|
|||
|
|
@ -719,8 +719,6 @@ function applyOpts() {
|
|||
}
|
||||
}
|
||||
|
||||
applyOpts();
|
||||
|
||||
function showPollMenu() {
|
||||
$("#pollwrap .poll-menu").remove();
|
||||
var menu = $("<div/>").addClass("well poll-menu")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue