Switch to ACE editor
This commit is contained in:
parent
295b675f86
commit
096a4e3c40
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
#Date Sun Sep 15 2013 19:36:31
|
#Date Sun Sep 15 2013 20:41:07
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
index.html
|
index.html
|
||||||
|
@ -25465,7 +25465,7 @@ var viewerMode = /(^| )viewer($| )/.test(document.body.className), lightMode = v
|
|||||||
e(function() {
|
e(function() {
|
||||||
t.onReady(), window.applicationCache && window.applicationCache.addEventListener("updateready", function() {
|
t.onReady(), window.applicationCache && window.applicationCache.addEventListener("updateready", function() {
|
||||||
window.applicationCache.status === window.applicationCache.UPDATEREADY && (window.applicationCache.swapCache(),
|
window.applicationCache.status === window.applicationCache.UPDATEREADY && (window.applicationCache.swapCache(),
|
||||||
n.onMessage("New version available.\nJust refresh the page to upgrade."));
|
n.onMessage("New version available!\nJust refresh the page to upgrade."));
|
||||||
}, !1);
|
}, !1);
|
||||||
});
|
});
|
||||||
}), define("main", function() {});
|
}), define("main", function() {});
|
@ -177,7 +177,7 @@ require([
|
|||||||
window.applicationCache.addEventListener('updateready', function(e) {
|
window.applicationCache.addEventListener('updateready', function(e) {
|
||||||
if(window.applicationCache.status === window.applicationCache.UPDATEREADY) {
|
if(window.applicationCache.status === window.applicationCache.UPDATEREADY) {
|
||||||
window.applicationCache.swapCache();
|
window.applicationCache.swapCache();
|
||||||
eventMgr.onMessage('New version available.\nJust refresh the page to upgrade.');
|
eventMgr.onMessage('New version available!\nJust refresh the page to upgrade.');
|
||||||
}
|
}
|
||||||
}, false);
|
}, false);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user