Fix premium account detection

This commit is contained in:
yflory
2019-11-25 11:47:52 +01:00
parent 7895d93704
commit 6ee98cac5b
3 changed files with 2 additions and 4 deletions

View File

@@ -366,7 +366,6 @@ define([
donateURL: Cryptpad.donateURL,
upgradeURL: Cryptpad.upgradeURL
},
plan: localStorage[Utils.Constants.plan],
isNewFile: isNewFile,
isDeleted: isNewFile && window.location.hash.length > 0,
forceCreationScreen: forceCreationScreen,