We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d5312 commit 2ecf8c6Copy full SHA for 2ecf8c6
app/code/Magento/Tax/view/adminhtml/templates/class/page/edit.phtml
@@ -11,13 +11,6 @@
11
<?= $block->getSaveButtonHtml() ?>
12
</div>
13
<?= $block->getRenameFormHtml() ?>
14
-<script>
15
-require(['jquery', "mage/mage"], function(jQuery){
16
-
17
- jQuery('#<?= /* @escapeNotVerified */ $block->getRenameFormId() ?>').mage('form').mage('validation');
18
19
-});
20
-</script>
21
<script type="text/x-magento-init">
22
{
23
"#<?= /* @escapeNotVerified */ $block->getRenameFormId() ?>": {
0 commit comments