Skip to content

Commit

Permalink
Improve 3aeb2bf
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Oct 31, 2017
1 parent 669695d commit 194fd3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion htdocs/js/functions.js
Expand Up @@ -117,7 +117,9 @@ vz.load = function(args, skipDefaultErrorHandling) {
args.url += '.json';

// workaround Safari 11 cache bug
args.url += '?unique=' + Date.now();
if (args.method === undefined || args.method == 'GET') {
args.url += '?unique=' + Date.now();
}

if (args.data === undefined) {
args.data = { };
Expand Down

0 comments on commit 194fd3d

Please sign in to comment.