Skip to content

Commit

Permalink
isAjax => true param was added (tab-options.js)
Browse files Browse the repository at this point in the history
  • Loading branch information
0m3r committed May 20, 2016
1 parent adfe0db commit 60a925a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion view/adminhtml/web/js/tab-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ define(['jquery', 'Magento_Ui/js/modal/alert'], function($, alert) {
url: url,
showLoader: true,
data: {
widget: JSON.stringify(params)
widget: JSON.stringify(params),
isAjax: 'true',
form_key: FORM_KEY
}
})
.done(self.insertHtml)
Expand Down

0 comments on commit 60a925a

Please sign in to comment.