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