Commit 26184ca4 authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Forced browser cache refresh on AJAX calls

parent 38057111
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
            } else {
                path += '?';
            }
            return  path + 'dswid=' + windowId;
            return  path + 'dswid=' + windowId + '&t=' + (new Date().getTime());
        },
        showError: function (errorMessage) {
            $('#errorModal .errorName').text("");