Skip to content

Commit c65b1bb

Browse files
author
Spandana Chittimala
committed
Merge branch 'MAGETWO-71785' of https://github.com/magento-chaika/magento2ce into PR-2019-05-13
2 parents aee8663 + e2b6fdb commit c65b1bb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

lib/web/mage/adminhtml/grid.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,14 @@ define([
381381
parts = url.split(new RegExp('\\?')),
382382
form = jQuery('<form/>'),
383383
inputProps = [
384-
{name: varName, value: varValue},
385-
{name: 'form_key', value: window.FORM_KEY}
384+
{
385+
name: varName,
386+
value: varValue
387+
},
388+
{
389+
name: 'form_key',
390+
value: window.FORM_KEY
391+
}
386392
],
387393
input;
388394

0 commit comments

Comments
 (0)