File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/main/webapp/WEB-INF/views/series Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 16
16
< link rel ="stylesheet " href ="../../static/styles/main.css " th:href ="${MAIN_CSS} " />
17
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} " />
18
18
</ head >
19
- < body th:onload ="|initPage('@{${SUGGEST_SERIES_COUNTRY}}')| " onload ="initPage(null) ">
19
+ < body th:with ="suggestCountryUrl=${addSeriesForm.country != null and addSeriesForm.country.slug != null ? 'null' : '''__@{${SUGGEST_SERIES_COUNTRY}}__'''} "
20
+ th:onload ="|initPage(${suggestCountryUrl})| "
21
+ onload ="initPage(null) ">
20
22
< div class ="container-fluid ">
21
23
< div class ="row " id ="header ">
22
24
< div id ="logo " class ="col-sm-9 vcenter ">
You can’t perform that action at this time.
0 commit comments