Fix the upgrade button in the drive

This commit is contained in:
yflory
2017-10-20 10:16:01 +02:00
parent cc6b2192e4
commit c25be21138
2 changed files with 7 additions and 2 deletions

View File

@@ -130,6 +130,10 @@ define([
settings: proxy.settings || {},
isPresent: parsed.hashData && parsed.hashData.present,
isEmbed: parsed.hashData && parsed.hashData.embed,
accounts: {
donateURL: Cryptpad.donateURL,
upgradeURL: Cryptpad.upgradeURL
}
}
};
if (cfg.addData) {