aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/index.html1
-rw-r--r--web/js/011-display.js4
2 files changed, 0 insertions, 5 deletions
diff --git a/web/index.html b/web/index.html
index 083a8cf..fcd1181 100644
--- a/web/index.html
+++ b/web/index.html
@@ -3,7 +3,6 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta name="fragment" content="!" />
<meta name="medium" content="image" />
<title>Photos</title>
<link href="css/styles.min.css" rel="stylesheet" type="text/css" />
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();