Switch to ACE editor

This commit is contained in:
benweet 2013-09-15 20:41:27 +01:00
parent 295b675f86
commit 096a4e3c40
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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() {});

View File

@ -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);
} }