This repository was archived by the owner on May 16, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ <h2 class="txt-center">
8181 < i class ="ion-android-sync spinner fontSize30 spinner-with-logo-icon "> </ i >
8282 </ div >
8383 < div class ="width100 positionTop ">
84- < a class ="btn btn-txt rowTop10 marginRight10 pull-right js-indexReload "> < i class ="ion-android-sync "> </ i > < t > Reload</ t > </ a >
85- < a class ="btn btn-txt rowTop10 marginRight10 pull-right " href ="#home "> < i class ="ion-home "> </ i > < t > LoadIndex</ t > </ a >
84+ < a class ="btn btn-txt rowTop10 marginRight10 pull-right js-indexReload "> < i class ="ion-android-sync "> </ i > < span class =" js-translate " > Reload</ span > </ a >
85+ < a class ="btn btn-txt rowTop10 marginRight10 pull-right " href ="#home "> < i class ="ion-home "> </ i > < span class =" js-translate " > LoadIndex</ span > </ a >
8686 </ div >
8787 </ div >
8888
@@ -114,7 +114,7 @@ <h2 class="txt-center">
114114 $ ( '.js-defaultServerIndexApp' ) . on ( 'click' , function ( ) {
115115 app . loadNewServer ( "http://localhost:18469/api/v1/" ) ;
116116 } ) ;
117- $ ( 't ' ) . each ( function ( ) {
117+ $ ( '.js-translate ' ) . each ( function ( ) {
118118 var translationKey = $ ( this ) . html ( ) ;
119119 $ ( this ) . replaceWith ( polyglot . t ( translationKey ) ) ;
120120 } ) ;
You can’t perform that action at this time.
0 commit comments