Skip to content

Commit 0351a28

Browse files
committed
/series/add: don't load jQuery twice.
Correction for 4f2b79a commit. No functional changes.
1 parent 69214f4 commit 0351a28

File tree

1 file changed

+0
-1
lines changed
  • src/main/webapp/WEB-INF/views/series

1 file changed

+0
-1
lines changed

src/main/webapp/WEB-INF/views/series/add.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,6 @@ <h3 th:text="#{t_add_series_ucfirst}">
405405
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js" th:src="${BOOTSTRAP_JS}"></script>
406406

407407
<script src="../../../../javascript/CatalogUtils.js" th:src="${CATALOG_UTILS_JS}"></script>
408-
<script src="http://yandex.st/jquery/1.9.1/jquery.min.js" th:src="${JQUERY_JS}"></script>
409408

410409
<script>
411410
$(function() {

0 commit comments

Comments
 (0)