diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 21:03:59 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 21:03:59 +0000 |
commit | 785ffd5b9b70ea1614ba66b3c7b195f39027eeb6 (patch) | |
tree | 15ef4ba170c20754efb8dd4074feef27a662f399 /js/util.js | |
parent | 0e694023941431706ae87770612763cd74132ef1 (diff) |
Populat notices and some css cleanup
Diffstat (limited to 'js/util.js')
-rw-r--r-- | js/util.js | 2 |
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'); }, |