Fix 'null' displayed in corner popup on Edge
This commit is contained in:
parent
2443c52d42
commit
da7e00a9e6
@ -4328,7 +4328,7 @@ define([
|
||||
Feedback.send('CROWDFUNDING_NEVER');
|
||||
};
|
||||
|
||||
var modal = UI.cornerPopup(text, actions, null, {
|
||||
var modal = UI.cornerPopup(text, actions, '', {
|
||||
big: true,
|
||||
alt: true,
|
||||
dontShowAgain: dontShowAgain
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user