mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
parent
0d2b293bd3
commit
ab5b7af069
1 changed files with 1 additions and 0 deletions
|
|
@ -201,6 +201,7 @@ var TodoItems = {
|
||||||
params.data += "&term="+term;
|
params.data += "&term="+term;
|
||||||
params.dataType = "json";
|
params.dataType = "json";
|
||||||
params.async = false;
|
params.async = false;
|
||||||
|
params.cache = false; // fix for Google Chrome around 48.0.2564.82, see issue #1983
|
||||||
params.success = function(result){
|
params.success = function(result){
|
||||||
allContexts = result;
|
allContexts = result;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue