Update form.html

This commit is contained in:
Anyon 2022-03-25 17:01:50 +08:00
parent d5f4cee3dd
commit f51dd9041f

View File

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