Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 2bfb0d8

Browse files
yogeshsuhagiyarostyslav-hymon
authored andcommitted
Removed unused delete html container
1 parent 3a211c7 commit 2bfb0d8

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

app/code/Magento/Integration/view/adminhtml/templates/integration/popup_container.phtml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,4 @@
4747
});
4848
</script>
4949

50-
<div id="integration-popup-container" style="display: none;"></div>
51-
<div id="integration-delete-container"
52-
class="messages"
53-
style="display: none;"
54-
title="<?= /* @escapeNotVerified */ __('Are you sure?') ?>">
55-
<div class="message message-notice notice">
56-
<div>
57-
<?= /* @escapeNotVerified */ __("Are you sure you want to delete this integration? You can't undo this action.") ?>
58-
</div>
59-
</div>
60-
</div>
50+
<div id="integration-popup-container" style="display: none;"></div>

0 commit comments

Comments
 (0)