Skip to content

Commit 1fcc5c6

Browse files
committed
MAGETWO-32493: Remove bootstrap.js files
- Fixed typo edit.js
1 parent b62c771 commit 1fcc5c6

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/view/adminhtml/web/catalog/category

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/adminhtml/web/catalog/category/edit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ define([
7070
};
7171

7272
return function (config, element) {
73-
config = config.url || {};
73+
config = config || {};
7474
jQuery(element).on('click', function (event) {
7575
categorySubmit(config.url, config.ajax);
7676
});

0 commit comments

Comments
 (0)