We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b1165 commit c9dee37Copy full SHA for c9dee37
src/www/httpd/htdocs/js/modules/global.js
@@ -37,7 +37,7 @@ APP.global = (function ($) {
37
38
$.ajax({
39
type: "GET",
40
- url: "pages/" + currentPage + ".html",
+ url: "pages/" + currentPage + ".html?nocache=" + Math.floor(Date.now() / 1000),
41
success: function(data) {
42
$('#container').html(data);
43
initPageModule(currentPage);
0 commit comments