summaryrefslogtreecommitdiff
path: root/share/frontend/gallery-static/js/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/frontend/gallery-static/js/main.js')
-rw-r--r--share/frontend/gallery-static/js/main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/frontend/gallery-static/js/main.js b/share/frontend/gallery-static/js/main.js
index 51cb87c..e57e17c 100644
--- a/share/frontend/gallery-static/js/main.js
+++ b/share/frontend/gallery-static/js/main.js
@@ -163,6 +163,7 @@ var Main =
$(".tag-options").click(function(){document.location.href= applyTag(this.id)});
$(".tag-clear").click(function(){ document.location.href = document.URL.replace(/&?tag=[^&]*/ ,"").replace(/\?$/,"")});
$("div img").live("click", Dump.pick)
+ Dump.load_rebus()
// Dump.clear()
}
}