We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday 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( ...@@ -284,18 +284,6 @@ define(
threedsfallback: function (action) { threedsfallback: function (action) {
var self = this; var self = this;
var actionNode = document.getElementById('ActionContainer'); 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); 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