Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ $categoryId = $block->getCategoryId();
<?php endif; ?>
<iframe name="iframeSave" style="display:none; width:100%;"
src="<?php echo $block->getViewFileUrl('blank.html') ?>"></iframe>
<form id="category_edit_form" name="category_edit_form" action="<?php echo $block->getSaveUrl() ?>" method="post"
<form id="category_edit_form" name="category-edit-form" action="<?php echo $block->getSaveUrl() ?>" method="post"
enctype="multipart/form-data">
<div class="no-display">
<input type="hidden" name="isIframe" value="1"/>
Original file line number Diff line number Diff line change
@@ -526,7 +526,7 @@ function categoryMove(obj) {
showLoader: true
}).done(function(data) {
if (data.messages && data.messages.length > 0) {
$('[name="category_edit_form"] .messages').html(data.messages);
$('[name=category-edit-form] .messages').html(data.messages);
}
if (data.error) {
reRenderTree();

0 comments on commit 07fa370

Please sign in to comment.