diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-11-09 20:31:14 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-11-09 20:31:14 -0800 |
commit | a9bb4ab4eb9c2883b5998538406bea4e5c99aeca (patch) | |
tree | 61d564360e19d717e4555b5e831cf9a33bcec41c /lib/gallery.common.js | |
parent | 4f8728029dfc283f5d26328ec21a2db455e97651 (diff) | |
parent | 64f5a98bd60410e54b6d0c59c713bb7e3eff0a83 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'lib/gallery.common.js')
-rw-r--r-- | lib/gallery.common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gallery.common.js b/lib/gallery.common.js index da69e476..9aaac1ce 100644 --- a/lib/gallery.common.js +++ b/lib/gallery.common.js @@ -125,7 +125,7 @@ // Initialize context menus $.fn.gallery_context_menu = function() { - if ($(".g-context-menu li").length) { + if ($(".g-context-menu li").length) { var hover_target = ".g-context-menu"; var in_progress = 0; $(hover_target + " *").removeAttr('title'); |