Crowdfunding config

This commit is contained in:
yflory
2018-09-14 10:36:29 +02:00
parent 003b0f7571
commit 6257b23f16
2 changed files with 2 additions and 1 deletions

View File

@@ -2329,6 +2329,7 @@ define([
var crowdfundingState = false;
UIElements.displayCrowdfunding = function (common) {
if (crowdfundingState) { return; }
if (AppConfig.disableCrowdfundingMessages) { return; }
crowdfundingState = true;
setTimeout(function () {
common.getAttribute(['general', 'crowdfunding'], function (err, val) {