Commit 3ad6c4ae3eb534b505e7bf6c0be2af5b20aa84d2
1 parent
d6d81063
Exists in
master
and in
29 other branches
Fix unproper jQuery usage
(ActionItem1529)
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
public/designs/themes/scarletred/header.rhtml
... | ... | @@ -5,8 +5,7 @@ |
5 | 5 | </div><!-- fim id="assets-menu" --> |
6 | 6 | |
7 | 7 | <script type="text/javascript"> |
8 | - jQuery(document).ready(function() { | |
9 | - $ = jQuery; | |
8 | + jQuery(function($) { | |
10 | 9 | $("#site-title, #assets-menu").mouseover(function() { |
11 | 10 | clearTimeout( window.closeAssetsTimeout ); |
12 | 11 | $("#assets-menu").slideDown("slow"); | ... | ... |