summaryrefslogtreecommitdiff
path: root/lib/gallery.common.js
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-04 15:53:00 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-10-04 15:53:00 -0600
commitd581bbbd1eaeb242b7279e5a6d75f015dd5a5e6f (patch)
tree3002836c3d6afa7b01845b048e7fb0dbb48e9874 /lib/gallery.common.js
parent048e540a985cda0e092572eeea44855a0cb0428c (diff)
Renamed more CSS selectors from gName to g-name.
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 f2de74ad..4ac6de70 100644
--- a/lib/gallery.common.js
+++ b/lib/gallery.common.js
@@ -89,7 +89,7 @@
*/
$.fn.gallery_get_photo = function() {
var photo = $(this).find("img").filter(function() {
- return this.id.match(/g-photoId-\d+/);
+ return this.id.match(/g-photo-id-\d+/);
});
return photo;
};