File tree Expand file tree Collapse file tree 5 files changed +3
-3
lines changed Expand file tree Collapse file tree 5 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 5858 var serverImg = document . getElementById ( "server-status-img" ) ;
5959 if ( data < 1000 ) {
6060 serverMsg . innerHTML = 'Up and reachable' ;
61- serverImg . src = "assets/img/ipad-hand.png" ;
61+ serverImg . src = "assets/img/ipad-hand-on .png" ;
6262 body . addClass ( 'online' ) . removeClass ( "offline" ) ;
6363 } else {
6464 serverMsg . innerHTML = 'Down and unreachable' ;
65- serverImg . src = "assets/img/ipad-hand-x .png" ;
65+ serverImg . src = "assets/img/ipad-hand-off .png" ;
6666 }
6767 } , timeout ) ;
6868 }
@@ -152,7 +152,7 @@ <h1><br/>
152152
153153 </ div > <!-- /col-lg-6 -->
154154 < div class ="col-lg-6 ">
155- < img id ="server-status-img " class ="img-responsive " src ="assets/img/ipad-hand-x .png " alt ="">
155+ < img id ="server-status-img " class ="img-responsive " src ="assets/img/ipad-hand.png " alt ="">
156156 </ div > <!-- /col-lg-6 -->
157157
158158 </ div > <!-- /row -->
You can’t perform that action at this time.
0 commit comments