remove redundant link to opencollective

pull/1/head
ansuz 4 years ago
parent 5f9491abdf
commit 110aaf04ea

@ -2721,13 +2721,6 @@ define([
common.openURL(priv.accounts.donateURL);
Feedback.send('CROWDFUNDING_YES');
});
$(modal.popup).find('a').click(function (e) { // XXX do we really need both a link and a button? (the link is the less popular option)
e.stopPropagation();
e.preventDefault();
modal.delete();
common.openURL(priv.accounts.donateURL);
Feedback.send('CROWDFUNDING_LINK');
});
$(no).click(function () {
modal.delete();
Feedback.send('CROWDFUNDING_NO');

@ -981,8 +981,6 @@ MessengerUI, Messages, Pages) {
});
}
};
//todo(void 0, true);
Common.isOverPinLimit(todo);
return $limit;

Loading…
Cancel
Save