This repository was archived by the owner on Jun 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- version = '1.0 .0'
1+ version = '1.2 .0'
22
33def api_version ():
44 return version
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ const baseApiUrl = 'api'
66let token = getCookie ( 'stork-auth' ) ;
77checkTokenAndRedirectIfEmpty ( ) ;
88
9+ document . getElementById ( 'year' ) . innerHTML = new Date ( ) . getFullYear ( ) ;
910setInterval ( function ( ) {
1011 checkTokenAndRedirectIfEmpty ( ) ;
1112} , 5000 ) ;
Original file line number Diff line number Diff line change 5454 < div class ="push "> </ div >
5555 </ div >
5656 < footer >
57- < div > Copyright © 2019 Englander Institute for Precision Medicine</ div >
58- < div > Stork Version 1.0 .0</ div >
57+ < div > Copyright © < span id =" year " > </ span > Englander Institute for Precision Medicine</ div >
58+ < div > Stork Version 1.2 .0</ div >
5959 < img alt ="logo " class ="footer-logo " src ="assets/LOGO_ENGLANDER_2LINE_RGB.png ">
6060 </ footer >
6161
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ <h5 class="login-title">Log in</h5>
4040 </ div >
4141 </ div >
4242 < footer >
43- < div > Copyright © 2019 Englander Institute for Precision Medicine</ div >
44- < div > Stork Version 1.0 .0</ div >
43+ < div > Copyright © < span id =" year " > </ span > Englander Institute for Precision Medicine</ div >
44+ < div > Stork Version 1.2 .0</ div >
4545 < img alt ="logo " class ="footer-logo " src ="assets/LOGO_ENGLANDER_2LINE_RGB.png ">
4646 </ footer >
4747 < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.1/jquery.min.js "> </ script >
You can’t perform that action at this time.
0 commit comments