Remove direct use of jQuery
jQuery is still required by jQuery UI
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
<fieldset class="mt-4">
|
||||
<legend class="pkg_meta">{{ _("Repository and Links") }}</legend>
|
||||
|
||||
<div class="pkg_wiz_1">
|
||||
<div class="pkg_wiz_1 d-none">
|
||||
<p>{{ _("Enter the repo URL for the package.
|
||||
If the repo uses git then the metadata will be automatically imported.") }}</p>
|
||||
|
||||
@@ -98,12 +98,12 @@
|
||||
{{ render_field(form.website, class_="pkg_meta") }}
|
||||
{{ render_field(form.repo, class_="pkg_repo", hint=_("HTTP URL to a Git, Mercurial, or other repository")) }}
|
||||
|
||||
<div class="pkg_wiz_1">
|
||||
<div class="pkg_wiz_1 d-none">
|
||||
<a id="pkg_wiz_1_next" class="btn btn-primary">{{ _("Next (Autoimport)") }}</a>
|
||||
<a id="pkg_wiz_1_skip" class="btn btn-default">{{ _("Skip Autoimport") }}</a>
|
||||
</div>
|
||||
|
||||
<div class="pkg_wiz_2">
|
||||
<div class="pkg_wiz_2 d-none">
|
||||
{{ _("Importing... (This may take a while)") }}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user