mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-10 12:53:54 -04:00
Cleanup
Former-commit-id: 4a574131e1332786203cf7b3226d37b71b6cbeff [formerly a7dd0ecd464964113ec75c9c0935c4dd5b24bc6e [formerly e1ef410be29e1a312661210e230121679045cf60]] Former-commit-id: 21f3b7245a674085d2f2c78740c47580192faeb1 [formerly 902e31f32ba6f546e00f681932f51d8fda6293b0] Former-commit-id: eb4a97e945a1fb5bc37c810b38f838befde52973
This commit is contained in:
parent
d37a9ed904
commit
08cbdf6fcb
@ -658,7 +658,7 @@
|
||||
<div class="row" style="padding-bottom:1em;">
|
||||
<h2 style="margin-top:0;">Configuration</h2>
|
||||
<div id="alertBoxPersistent"></div>
|
||||
<p style="margin: 1em auto 1em;"><b>Kiwix JS <span id="appType"></span><span class="version"></span></b> <span id="updateCheck">[<a class="unhideLibrary" href="#btnRescanDeviceStorage">check for updates</a>]</span> </p>
|
||||
<p style="margin: 1em auto 1em;">Version: <b>Kiwix JS <span id="appType"></span><span class="version"></span></b> <span id="updateCheck">[<a class="unhideLibrary" href="#btnRescanDeviceStorage">check for updates</a>]</span> </p>
|
||||
<p id="usage">For <b>instructions</b> and <b>usage guide</b>, please see the <a href="#" class="aboutLink"><b>About tab</b> <span class="glyphicon glyphicon-info-sign"></span></a> (top right).</p>
|
||||
<p class="packagedInfo" style="display: none; margin-top: 1em;">
|
||||
Packaged ZIM archive: <b><span class="fileVersion"></span></b>
|
||||
|
@ -443,7 +443,7 @@ define(['settingsStore', 'uiUtil'], function(settingsStore, uiUtil) {
|
||||
var title = key.replace(/^[^/]+\//, '');
|
||||
getItem(key, function (result) {
|
||||
if (result !== null && result !== false && typeof result !== 'undefined') {
|
||||
console.log("Cache supplied " + title);
|
||||
// console.debug("Cache supplied " + title);
|
||||
if (/\.css$/.test(title)) {
|
||||
assetsCache.cssLoading--;
|
||||
if (assetsCache.cssLoading <= 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user