mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-20 12:11:05 -05:00
Safari whilst offline has a problem with query URLs now
This commit is contained in:
3
main.js
3
main.js
@@ -55,7 +55,8 @@ $(document).ready(function() {
|
|||||||
|
|
||||||
$("input[type=search]").change(function() {
|
$("input[type=search]").change(function() {
|
||||||
query = this.value;
|
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);
|
grep(query);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user