|
@@ -518,7 +518,7 @@ var initMoes = function() {
|
|
|
hideMoeFormMask();
|
|
|
hideMask();
|
|
|
runMCHook(hook);
|
|
|
- } else if(isDynamicStagPopupPresent()) {
|
|
|
+ } else if(typeof isDynamicStagPopupPresent !== 'undefined' && isDynamicStagPopupPresent()) {
|
|
|
let targetUrl = false;
|
|
|
if (redir) {
|
|
|
if (redir.indexOf('[data]') > -1) {
|
|
@@ -570,7 +570,7 @@ var initMoes = function() {
|
|
|
hideMoeFormMask();
|
|
|
hideMask();
|
|
|
runMCHook(hook);
|
|
|
- } else if(isDynamicStagPopupPresent()) {
|
|
|
+ } else if(typeof isDynamicStagPopupPresent !== 'undefined' && isDynamicStagPopupPresent()) {
|
|
|
let targetUrl = false;
|
|
|
if (redir) {
|
|
|
if (redir.indexOf('[data]') > -1) {
|