Fix 'null' displayed in corner popup on Edge

pull/1/head
yflory 5 years ago
parent 2443c52d42
commit da7e00a9e6

@ -4328,7 +4328,7 @@ define([
Feedback.send('CROWDFUNDING_NEVER'); Feedback.send('CROWDFUNDING_NEVER');
}; };
var modal = UI.cornerPopup(text, actions, null, { var modal = UI.cornerPopup(text, actions, '', {
big: true, big: true,
alt: true, alt: true,
dontShowAgain: dontShowAgain dontShowAgain: dontShowAgain

Loading…
Cancel
Save