Fix 'null' displayed in corner popup on Edge
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…
Reference in New Issue