Skip to content
Snippets Groups Projects
Commit 26184ca4 authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Forced browser cache refresh on AJAX calls

parent 38057111
No related branches found
No related tags found
No related merge requests found
Pipeline #1158 passed
......@@ -21,7 +21,7 @@
} else {
path += '?';
}
return path + 'dswid=' + windowId;
return path + 'dswid=' + windowId + '&t=' + (new Date().getTime());
},
showError: function (errorMessage) {
$('#errorModal .errorName').text("");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment