aboutsummaryrefslogtreecommitdiffstats
path: root/web/js
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2015-10-14 22:03:51 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2015-10-14 22:03:51 +0200
commita4f8e77474fa31e67706a1c3fda67770c48cee22 (patch)
tree7897a634366f242a952e722bb90a78d955ef6b11 /web/js
parentMore python insanity (diff)
downloadPhotoFloat-a4f8e77474fa31e67706a1c3fda67770c48cee22.tar.xz
PhotoFloat-a4f8e77474fa31e67706a1c3fda67770c48cee22.zip
AJAX Crawl Specification is depreciated
See [1] for more information. [1] http://googlewebmastercentral.blogspot.fr/2015/10/deprecating-our-ajax-crawling-scheme.html
Diffstat (limited to 'web/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();