Skip to content

Commit 4713370

Browse files
author
Dmytro Vilchynskyi
committed
MAGETWO-32484: Stabilization of changes and bug fixing
- fixed tests
1 parent 6c715a9 commit 4713370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Backend/view/adminhtml/templates/page/js/require_js.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
*/
66
?>
77
<script>
8-
var BASE_URL = '<?php echo $this->getUrl('*') ?>',
9-
FORM_KEY = '<?php echo $this->getFormKey() ?>';
8+
var BASE_URL = '<?php echo $this->getUrl('*') ?>';
9+
var FORM_KEY = '<?php echo $this->getFormKey() ?>';
1010
</script>

0 commit comments

Comments
 (0)