We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) in our country

Commit 4891d651 authored by Alexandros Moraitis's avatar Alexandros Moraitis Committed by GitHub

remove modal unused code (#818)

parent 2690c3db
......@@ -284,18 +284,6 @@ define(
threedsfallback: function (action) {
var self = this;
var actionNode = document.getElementById('ActionContainer');
self.popupModal = $('#ActionModal').modal({
// disable user to hide popup
clickableOverlay: false,
responsive: true,
innerScroll: false,
// empty buttons, we don't need that
buttons: [],
modalClass: 'ActionModal'
});
self.popupModal.modal("openModal");
self.threedsfallbackComponent = self.checkout.createFromAction(action).mount(actionNode);
},
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment