Skip to content

Commit f54eb02

Browse files
author
Natalia Momotenko
committed
MAGETWO-32310: Pop-ups
1 parent 416b8d4 commit f54eb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Integration/view/adminhtml/web/js/integration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ define([
331331
click: function () {
332332
// Find the 'Allow' button and clone - it has all necessary data, but is going to be
333333
// destroyed along with the current dialog
334-
var ctx = $(this).parent().find('button.primary').clone(true);
334+
var ctx = $(this).parent().find('button.action-primary').clone(true);
335335
$(this).dialog('destroy');
336336
// Make popup out of data we saved from 'Allow' button
337337
window.integration.popup.show(ctx);

0 commit comments

Comments
 (0)