This commit is contained in:
calzoneman 2014-02-18 21:56:54 -06:00
parent 6e0f27f254
commit c54915e940
5 changed files with 14 additions and 3 deletions

View file

@ -690,3 +690,5 @@ $("#userlisttoggle").click(toggleUserlist);
$(".add-temp").change(function () {
$(".add-temp").prop("checked", $(this).prop("checked"));
});
applyOpts();

View file

@ -719,8 +719,6 @@ function applyOpts() {
}
}
applyOpts();
function showPollMenu() {
$("#pollwrap .poll-menu").remove();
var menu = $("<div/>").addClass("well poll-menu")