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