summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-22 21:03:59 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-22 21:03:59 +0000
commit785ffd5b9b70ea1614ba66b3c7b195f39027eeb6 (patch)
tree15ef4ba170c20754efb8dd4074feef27a662f399 /js
parent0e694023941431706ae87770612763cd74132ef1 (diff)
Populat notices and some css cleanup
Diffstat (limited to 'js')
-rw-r--r--js/util.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/util.js b/js/util.js
index 579b4952a..de486cf74 100644
--- a/js/util.js
+++ b/js/util.js
@@ -184,7 +184,7 @@ $(document).ready(function(){
$("#form_notice").ajaxForm(PostNotice);
$("#form_notice").each(addAjaxHidden);
- $(".notice").hover(
+ $("#content .notice").hover(
function () {
$(this).addClass('hover');
},