Skip to content

Commit

Permalink
Added clientversion to prevent browser cache problems
Browse files Browse the repository at this point in the history
  • Loading branch information
RvanValen committed Jan 6, 2023
1 parent 77550ef commit 3127c80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FormattingAndMaskingExample/WebClient/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
var cacheId = "";
if(this.status === 200) {
cacheId += "?v=" + this.responseText;
ajaxJS.setAttribute("ClientVersion", this.responseText);
}
ajaxJS.setAttribute("src", "script/ajaxclient.js" + cacheId);
head.appendChild(ajaxJS);
Expand Down

0 comments on commit 3127c80

Please sign in to comment.