File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/ru/mystamps/web Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ public final class Url {
60
60
private static final String BOOTSTRAP_CSS_CDN = "https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" ;
61
61
private static final String BOOTSTRAP_JS_CDN = "https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" ;
62
62
private static final String JQUERY_JS_CDN = "https://yandex.st/jquery/1.9.1/jquery.min.js" ;
63
- private static final String SELECTIZE_CSS_CDN = "https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.4 /css/selectize.bootstrap3.min.css" ;
64
- private static final String SELECTIZE_JS_CDN = "https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.4 /js/standalone/selectize.min.js" ;
63
+ private static final String SELECTIZE_CSS_CDN = "https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.5 /css/selectize.bootstrap3.min.css" ;
64
+ private static final String SELECTIZE_JS_CDN = "https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.5 /js/standalone/selectize.min.js" ;
65
65
66
66
private Url () {
67
67
}
You can’t perform that action at this time.
0 commit comments