diff --git a/static/templates/index.html b/static/templates/index.html index 42bbc6a1b..2bd067a23 100644 --- a/static/templates/index.html +++ b/static/templates/index.html @@ -13,7 +13,7 @@ - + diff --git a/static/viewer.html b/static/viewer.html index 74ab8814f..65f25d9a3 100644 --- a/static/viewer.html +++ b/static/viewer.html @@ -16,7 +16,7 @@ } const root = getRootLocation(); - const blankPageUrl = `${root}/skin/blank.html`; + const blankPageUrl = root + "/skin/blank.html?KIWIXCACHEID"; if ( location.hash == '' ) { location.href = root + '/'; @@ -58,7 +58,7 @@ diff --git a/test/server.cpp b/test/server.cpp index eee1dc643..d909f78da 100644 --- a/test/server.cpp +++ b/test/server.cpp @@ -222,7 +222,7 @@ R"EXPECTEDRESULT( href="/ROOT/skin/index.css?cacheid=3b470cee" - + @@ -247,8 +247,9 @@ R"EXPECTEDRESULT( - const blankPageUrl = `${root}/skin/blank.html`; + const blankPageUrl = root + "/skin/blank.html?cacheid=6b1fa032"; + src="./skin/blank.html?cacheid=6b1fa032" title="ZIM content" width="100%" )EXPECTEDRESULT" }, {