Prepare deployment

This commit is contained in:
benweet 2013-08-04 18:48:24 +01:00
parent f0f02ca65a
commit 9344709b54
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
# Wed 31 Jul 2013 13:54:05 IST # Sun 4 Aug 2013 18:48:24 IST
CACHE: CACHE:
index.html index.html

2
js/main-min.js vendored
View File

@ -9360,7 +9360,7 @@ function(e) {
} }
}, l("onInit")(), u.onLoadSettings = function() { }, l("onInit")(), u.onLoadSettings = function() {
logger.log("onLoadSettings"), t.each(d, function(e) { logger.log("onLoadSettings"), t.each(d, function(e) {
i.setInputChecked("#input-enable-extension-" + e.extensionId, e.config.enabled === !0); i.setInputChecked("#input-enable-extension-" + e.extensionId, e.enabled === !0);
var t = e.onLoadSettings; var t = e.onLoadSettings;
t && t(); t && t();
}); });