diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-15 12:30:05 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-15 12:30:05 -0800 |
commit | 0b0c8cbb92efdb2c1ce5afe7202ac79e304cc6af (patch) | |
tree | b1e422d149c3a4eefa875c402219b33b485e1c22 /themes/wind/js/ui.init.js | |
parent | a597b57210b48241781f31d3f277e274d3ca6874 (diff) | |
parent | 7b08be11399ce3d5c8603902f463244559b71870 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'themes/wind/js/ui.init.js')
-rw-r--r-- | themes/wind/js/ui.init.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/wind/js/ui.init.js b/themes/wind/js/ui.init.js index 64eb6bc3..6edf6be4 100644 --- a/themes/wind/js/ui.init.js +++ b/themes/wind/js/ui.init.js @@ -98,8 +98,7 @@ $(document).ready(function() { $("#g-photo,#g-movie").gallery_fit_photo(); // Initialize context menus - var resize = $("#g-photo,#g-movie").gallery_get_photo(); - $(resize).hover(function(){ + $("#g-photo,#g-movie").hover(function(){ $(this).gallery_context_menu(); }); |