File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
webapp/WEB-INF/views/series Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 559
559
<robotframework .version>3.0.4</robotframework .version>
560
560
561
561
<!-- Don't forget to update version in the Url class and in the src/main/webapp/WEB-INF/views/series/add.html -->
562
- <selectizejs .version>0.12.4 </selectizejs .version>
562
+ <selectizejs .version>0.12.5 </selectizejs .version>
563
563
564
564
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.19.RELEASE/spring-boot-dependencies/pom.xml) -->
565
565
<selenium-htmlunit .version>2.21</selenium-htmlunit .version>
Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ public final class Url {
111
111
112
112
// CheckStyle: ignore LineLength for next 3 lines
113
113
// FIXME: use minimal version of CSS file when it will be available (https://github.com/webjars/selectize.js/issues/3)
114
- public static final String SELECTIZE_CSS = "/public/selectize/0.12.4 /css/selectize.bootstrap3.css" ;
115
- public static final String SELECTIZE_JS = "/public/selectize/0.12.4 /js/standalone/selectize.min.js" ;
114
+ public static final String SELECTIZE_CSS = "/public/selectize/0.12.5 /css/selectize.bootstrap3.css" ;
115
+ public static final String SELECTIZE_JS = "/public/selectize/0.12.5 /js/standalone/selectize.min.js" ;
116
116
117
117
// see also pom.xml and ru.mystamps.web.config.MvcConfig#addResourceHandlers()
118
118
// CheckStyle: ignore LineLength for next 5 lines
Original file line number Diff line number Diff line change 14
14
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css " th:href ="${BOOTSTRAP_CSS} " />
15
15
< link rel ="stylesheet " href ="https://cdn.rawgit.com/usrz/bootstrap-languages/3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
16
16
< link rel ="stylesheet " href ="../../static/styles/main.css " th:href ="${MAIN_CSS} " />
17
- < link rel ="stylesheet " href ="http://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.4 /css/selectize.bootstrap3.min.css " th:href ="${SELECTIZE_CSS} " />
17
+ < link rel ="stylesheet " href ="http://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.5 /css/selectize.bootstrap3.min.css " th:href ="${SELECTIZE_CSS} " />
18
18
</ head >
19
19
< body th:with ="suggestCountryUrl=${addSeriesForm.country != null and addSeriesForm.country.slug != null ? 'null' : '''__@{${SUGGEST_SERIES_COUNTRY}}__'''},suggestCategoryUrl=${addSeriesForm.category != null and addSeriesForm.category.slug != null ? 'null' : '''__@{${SUGGEST_SERIES_CATEGORY}}__'''} "
20
20
th:onload ="|initPage(${suggestCategoryUrl}, ${suggestCountryUrl})| "
@@ -552,7 +552,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
552
552
<!-- Placed at the end of the document so the pages load faster -->
553
553
< script src ="http://yandex.st/jquery/1.9.1/jquery.min.js " th:src ="${JQUERY_JS} "> </ script >
554
554
< script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js " th:src ="${BOOTSTRAP_JS} "> </ script >
555
- < script src ="http://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.4 /js/standalone/selectize.min.js " th:src ="${SELECTIZE_JS} "> </ script >
555
+ < script src ="http://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.5 /js/standalone/selectize.min.js " th:src ="${SELECTIZE_JS} "> </ script >
556
556
557
557
< script src ="../../../../javascript/CatalogUtils.js " th:src ="${CATALOG_UTILS_JS} "> </ script >
558
558
< script src ="../../../../javascript/series/add.js " th:src ="${SERIES_ADD_JS} "> </ script >
You can’t perform that action at this time.
0 commit comments