Browse Source

Update form.html

Anyon 3 years ago
parent
commit
f51dd9041f
1 changed files with 1 additions and 3 deletions
  1. 1 3
      app/admin/view/menu/form.html

+ 1 - 3
app/admin/view/menu/form.html

@@ -76,7 +76,6 @@
     </div>
 </form>
 
-{block name='script'}
 <script>
     require(['jquery.autocompleter'], function () {
         $('[name="icon"]').on('change', function () {
@@ -95,5 +94,4 @@
             })(JSON.parse('{$auths|raw|json_encode}'), [])
         });
     });
-</script>
-{/block}
+</script>