aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/js/011-display.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/js/011-display.js b/web/js/011-display.js
index cccf1fc..0971a26 100644
--- a/web/js/011-display.js
+++ b/web/js/011-display.js
@@ -251,6 +251,10 @@ $(document).ready(function() {
$(window).hashchange(function() {
$("#loading").show();
$("link[rel=image_src]").remove();
+ if (location.search.indexOf("?_escaped_fragment_=") === 0) {
+ location.hash = location.search.substring(20);
+ location.search = "";
+ }
photoFloat.parseHash(location.hash, hashParsed, die);
});
$(window).hashchange();