Disable crowdfunding message for premium users

This commit is contained in:
yflory
2018-09-14 11:21:52 +02:00
parent 6257b23f16
commit 1895d6cbd8
4 changed files with 8 additions and 2 deletions

View File

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