From 9b4d9d1d4604c9d65b1629b0e95eaa0c75e0a257 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 20 Jun 2010 16:51:06 -0700 Subject: Fix two issues with the "loading" overlay: 1) gallery.common.js was using the wrong class name 2) we need to mark the CSS as !important because it conflicts with other background images. Note that this will replace the existing background which may not be desireable. --- lib/gallery.common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/gallery.common.js') diff --git a/lib/gallery.common.js b/lib/gallery.common.js index eb57c86c..a9aa6b2c 100644 --- a/lib/gallery.common.js +++ b/lib/gallery.common.js @@ -61,7 +61,7 @@ size = "small"; break; } - $(this).toggleClass("g-loading" + size); + $(this).toggleClass("g-loading-" + size); }); }; -- cgit v1.2.3