summaryrefslogtreecommitdiff
path: root/lib/gallery.common.js
diff options
context:
space:
mode:
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 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);
});
};