From c9d6c8b5db14624283858662e917da2dacf7561b Mon Sep 17 00:00:00 2001 From: calzoneman Date: Wed, 19 Jun 2013 19:41:49 -0400 Subject: [PATCH] more poll fixes --- www/assets/js/util.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/assets/js/util.js b/www/assets/js/util.js index 43e57c68..d8696408 100644 --- a/www/assets/js/util.js +++ b/www/assets/js/util.js @@ -720,9 +720,9 @@ function handlePermissionChange() { setVisible("#newpollbtn", hasPermission("pollctl")); - $("#pollcontainer .active").find(".btn-danger").remove(); + $("#pollwrap .active").find(".btn-danger").remove(); if(hasPermission("pollctl")) { - var poll = $("#pollcontainer .active"); + var poll = $("#pollwrap .active"); if(poll.length > 0) { $("