aboutsummaryrefslogtreecommitdiffstats
path: root/js/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/main.js')
-rw-r--r--js/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/main.js b/js/main.js
index af63ac0ba..ba4bb36ef 100644
--- a/js/main.js
+++ b/js/main.js
@@ -233,7 +233,7 @@
// $('#' + ident).hide();
// }
//});
- $('.wall-item-outside-wrapper',data).each(function() {
+ $('.tread-wrapper',data).each(function() {
var ident = $(this).attr('id');
if($('#' + ident).length == 0) {
$('img',this).each(function() {