summaryrefslogtreecommitdiff
path: root/lib/gallery.common.js
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-11-09 06:50:19 -0800
committerTim Almdal <tnalmdal@shaw.ca>2009-11-09 06:50:19 -0800
commit0dbf0d51733aa3ef7840a23aeac6dfbe92d014e2 (patch)
tree23b3d703de834a7dd726ce11e90b47eac3b90a28 /lib/gallery.common.js
parent6d57d4308bb2e82d41f9a4667ab35748854d7143 (diff)
parent6ddbef3dcd3ee34e622bc7286ebf138b7ef1ffaa (diff)
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'lib/gallery.common.js')
-rw-r--r--lib/gallery.common.js2
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');