1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-10 11:04:38 +02:00

add loader in open n save btn

This commit is contained in:
Kushagra Gour
2018-01-20 12:59:47 +05:30
parent ca69ae77d2
commit 92d6ad3b97
4 changed files with 68 additions and 5 deletions

View File

@@ -120,7 +120,7 @@
// Fetch user settings.
// This isn't hitting the remote db because remote settings
// get fetch asynchronously (in user/ call) and update the envioronment.
// get fetch asynchronously (in user/) and update the envioronment.
function getSettings(defaultSettings) {
const d = deferred();
// Will be chrome.storage.sync in extension environment,