Skip to content
Snippets Groups Projects
Commit f54eb020 authored by Natalia Momotenko's avatar Natalia Momotenko
Browse files

MAGETWO-32310: Pop-ups

parent 416b8d40
Branches
No related merge requests found
...@@ -331,7 +331,7 @@ define([ ...@@ -331,7 +331,7 @@ define([
click: function () { click: function () {
// Find the 'Allow' button and clone - it has all necessary data, but is going to be // Find the 'Allow' button and clone - it has all necessary data, but is going to be
// destroyed along with the current dialog // destroyed along with the current dialog
var ctx = $(this).parent().find('button.primary').clone(true); var ctx = $(this).parent().find('button.action-primary').clone(true);
$(this).dialog('destroy'); $(this).dialog('destroy');
// Make popup out of data we saved from 'Allow' button // Make popup out of data we saved from 'Allow' button
window.integration.popup.show(ctx); window.integration.popup.show(ctx);
......
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