File tree 3 files changed +8
-8
lines changed
webapp/WEB-INF/views/series
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 502
502
<robotframework-selenium .version>1.4.0.8</robotframework-selenium .version>
503
503
<robotframework .version>3.0.2</robotframework .version>
504
504
505
- <!-- Don't forget to update version in the Url class -->
506
- <selectizejs .version>0.12.3 </selectizejs .version>
505
+ <!-- Don't forget to update version in the Url class and in the src/main/webapp/WEB-INF/views/series/add.html -->
506
+ <selectizejs .version>0.12.4 </selectizejs .version>
507
507
508
508
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) -->
509
509
<selenium .version>2.53.1</selenium .version>
Original file line number Diff line number Diff line change @@ -100,16 +100,16 @@ public final class Url {
100
100
101
101
// CheckStyle: ignore LineLength for next 3 lines
102
102
// TODO: use minimal version of CSS file when it will be available (https://github.com/webjars/selectize.js/issues/3)
103
- public static final String SELECTIZE_CSS = "/public/selectize/0.12.3 /css/selectize.bootstrap3.css" ;
104
- public static final String SELECTIZE_JS = "/public/selectize/0.12.3 /js/standalone/selectize.min.js" ;
103
+ public static final String SELECTIZE_CSS = "/public/selectize/0.12.4 /css/selectize.bootstrap3.css" ;
104
+ public static final String SELECTIZE_JS = "/public/selectize/0.12.4 /js/standalone/selectize.min.js" ;
105
105
106
106
// see also pom.xml and ru.mystamps.web.config.MvcConfig#addResourceHandlers()
107
107
// CheckStyle: ignore LineLength for next 5 lines
108
108
public static final String BOOTSTRAP_CSS_CDN = "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" ;
109
109
public static final String BOOTSTRAP_JS_CDN = "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" ;
110
110
public static final String JQUERY_JS_CDN = "https://yandex.st/jquery/1.9.1/jquery.min.js" ;
111
- public static final String SELECTIZE_CSS_CDN = "https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.3 /css/selectize.bootstrap3.min.css" ;
112
- public static final String SELECTIZE_JS_CDN = "https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.3 /js/standalone/selectize.min.js" ;
111
+ public static final String SELECTIZE_CSS_CDN = "https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.4 /css/selectize.bootstrap3.min.css" ;
112
+ public static final String SELECTIZE_JS_CDN = "https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.4 /js/standalone/selectize.min.js" ;
113
113
114
114
// see also ru.mystamps.web.support.togglz.TogglzConfig#getTogglzConsole()
115
115
public static final String TOGGLZ_CONSOLE_PAGE = "/togglz" ;
Original file line number Diff line number Diff line change 14
14
< link rel ="stylesheet " href ="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/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.3 /css/selectize.bootstrap3.min.css " th:href ="${SELECTIZE_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} " />
18
18
</ head >
19
19
< body th:with ="suggestCountryUrl=${addSeriesForm.country != null and addSeriesForm.country.slug != null ? 'null' : '''__@{${SUGGEST_SERIES_COUNTRY}}__'''} "
20
20
th:onload ="|initPage(${suggestCountryUrl})| "
@@ -480,7 +480,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
480
480
<!-- Placed at the end of the document so the pages load faster -->
481
481
< script src ="http://yandex.st/jquery/1.9.1/jquery.min.js " th:src ="${JQUERY_JS} "> </ script >
482
482
< script src ="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js " th:src ="${BOOTSTRAP_JS} "> </ script >
483
- < script src ="http://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.3 /js/standalone/selectize.min.js " th:src ="${SELECTIZE_JS} "> </ script >
483
+ < script src ="http://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.4 /js/standalone/selectize.min.js " th:src ="${SELECTIZE_JS} "> </ script >
484
484
485
485
< script src ="../../../../javascript/CatalogUtils.js " th:src ="${CATALOG_UTILS_JS} "> </ script >
486
486
< script src ="../../../../javascript/series/add.js " th:src ="${SERIES_ADD_JS} "> </ script >
You can’t perform that action at this time.
0 commit comments