File tree Expand file tree Collapse file tree
src/main/resources/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828< head lang ="en ">
2929 < title th:text ="${title} "> </ title >
3030 < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 " />
31+ < script type ="text/javascript " th:inline ="javascript ">
32+ history . forward ( ) ;
33+ </ script >
3134 < link rel ="stylesheet " media ="screen " th:href ="@{${bootstrapCss}} " />
3235 < link rel ="stylesheet " media ="screen " th:href ="@{/css/login.css} "/>
3336 < script th:src ="@{${jqueryJs}} "> </ script >
Original file line number Diff line number Diff line change 2727 < title th:text ="${title} "> </ title >
2828 < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 "/>
2929 < script type ="text/javascript " th:inline ="javascript ">
30+ history . forward ( ) ;
3031 history . pushState ( { } , "" , new URL ( location ) ) ;
32+ history . pushState ( { } , "" , new URL ( [ [ $ { url} ] ] ) ) ;
3133 window . location . href = [ [ $ { url} ] ] ;
3234 </ script >
3335 </ head >
You can’t perform that action at this time.
0 commit comments