aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/011-display.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/js/011-display.js')
-rw-r--r--web/js/011-display.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/web/js/011-display.js b/web/js/011-display.js
index f0ddd77..f8bbd1b 100644
--- a/web/js/011-display.js
+++ b/web/js/011-display.js
@@ -267,10 +267,6 @@ $(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();