File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 257257 var btn = document . createElement ( "div" ) ;
258258 btn . setAttribute ( "class" , "piccolumn4" ) ;
259259 var a = document . createElement ( 'a' ) ;
260- a . setAttribute ( "data-tooltip" , "Update" ) ;
260+ // a.title = "Update";
261261 a . href = localURL + '/pic?action=refresh&name=' + files [ i ] . name + '&version=' + files [ i ] . version ;
262262 var img = document . createElement ( 'img' ) ;
263263 img . src = localURL + '/update.png' ;
264+ img . title = "Update firmware from web" ;
264265 img . style . width = '16px' ;
265266 img . style . height = 'auto' ;
266267 img . setAttribute = ( "alt" , "Update" ) ;
272273 btn . setAttribute ( "class" , "piccolumn5" ) ;
273274 var a = document . createElement ( 'a' ) ;
274275 a . href = localURL + '/pic?action=upgrade&name=' + files [ i ] . name + '&version=' + files [ i ] . version ;
275- a . setAttribute ( "data-tooltip" , "Install" ) ;
276276 var img = document . createElement ( 'img' ) ;
277277 img . src = localURL + '/system_update.png'
278+ img . title = "Install firmware onto pic" ;
278279 img . style . width = '16px' ;
279280 img . style . height = 'auto' ;
280281 img . setAttribute = ( "alt" , "Install" ) ;
You can’t perform that action at this time.
0 commit comments