diff options
author | Sawyer Bergeron <sbergeron@iol.unh.edu> | 2019-07-08 14:36:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-07-08 14:36:23 +0000 |
commit | 35c8640a32b7c6b3b35d68367668898fdfd7d423 (patch) | |
tree | 17e3c1e5ac3812e310da3c71195aca1f5096749c /src/templates/dashboard/searchable_select_multiple.html | |
parent | 42088a2387cf82d666ec23b8671d55d2b27d5c1f (diff) | |
parent | bf45f8f4d05d9842b285013cfcb0a0235ce51c5d (diff) |
Merge "Hacking on AJAX"
Diffstat (limited to 'src/templates/dashboard/searchable_select_multiple.html')
-rw-r--r-- | src/templates/dashboard/searchable_select_multiple.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/templates/dashboard/searchable_select_multiple.html b/src/templates/dashboard/searchable_select_multiple.html index 80e4ea4..be51989 100644 --- a/src/templates/dashboard/searchable_select_multiple.html +++ b/src/templates/dashboard/searchable_select_multiple.html @@ -1,5 +1,3 @@ -<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script> -<script src="/static/js/dashboard.js"></script> <div id="search_select_outer" class="d-flex flex-column"> {% if incompatible == "true" %} <div class="alert alert-danger" role="alert"> |