views/credit_cards.slim 🔗
@@ -77,7 +77,7 @@ javascript:
instance._mainView.hideLoadingIndicator();
if(response.status === 200) {
- if (xmpp_xep0050) xmpp_xep0050.execute();
+ if (window.xmpp_xep0050) window.xmpp_xep0050.execute();
} else {
return Promise.reject(response);
}