Safari whilst offline has a problem with query URLs now

This commit is contained in:
Kai Hendry
2012-08-12 15:20:21 +02:00
parent c9bb8e126e
commit 20b89a97da

View File

@@ -55,7 +55,8 @@ $(document).ready(function() {
$("input[type=search]").change(function() {
query = this.value;
window.location.search = query; // Triggers Reload the page to get source for: http://greptweet/u/kaihendry/?food
// Still a bug dispite FALLBACK in Appcache whereby Safari on Iphone gives an error message
//window.location.search = query; // Triggers Reload the page to get source for: http://greptweet/u/kaihendry/?food
grep(query);
});