fix loading=lazy minify bug

Signed-off-by: si458 <simonsmith5521@gmail.com>

si458 committed Jul 23, 2024 at 14:37 UTC d8a91d3150228bff38f0cded405f722ee16c0981
1 file changed +6 -6
views/default.handlebars
+6 -6
@@ -313,8 +313,8 @@
313 <tr>
314 <td class=h1></td>
315 <td id=devListToolbar class=style14 style="display:none">
316 - <img style="cursor:pointer;margin-top:4px;display:none" title="Collapse All" id="CollapseAllButton" src="images/icon-collapse.png" loading=lazy width=9 height=11 onclick="cmexpandaction(2)" />
317 - <img style="cursor:pointer;margin-top:4px;display:none" title="Expand All" id="ExpandAllButton" src="images/icon-expand.png" loading=lazy width=9 height=11 onclick="cmexpandaction(1)" />
316 + <img style="cursor:pointer;margin-top:4px;display:none" title="Collapse All" id="CollapseAllButton" src="images/icon-collapse.png" width=9 height=11 onclick="cmexpandaction(2)" />
317 + <img style="cursor:pointer;margin-top:4px;display:none" title="Expand All" id="ExpandAllButton" src="images/icon-expand.png" width=9 height=11 onclick="cmexpandaction(1)" />
318 <input type=button id=SelectAllButton onclick="selectallButtonFunction();" value="Select All" />&nbsp;
319 <input type=button id=GroupActionButton disabled="disabled" value="Group Action" onclick=groupActionFunction() />&nbsp;
320 <input type=button id=ScrollToTopButton onclick="onDevicesScroll(true);" style="display:none;margin-right:4px" value="Scroll To Top" />
@@ -336,8 +336,8 @@
336 <span id="devsCustomUIBar"></span>
337 </td>
338 <td id=kvmListToolbar class=style14 style="display:none">
339 - <img style="cursor:pointer;margin-top:4px;display:none" title="Collapse All" id="CollapseAllButton2" src="images/icon-collapse.png" loading=lazy width=9 height=11 onclick="cmexpandaction(2)" />
340 - <img style="cursor:pointer;margin-top:4px;display:none" title="Expand All" id="ExpandAllButton2" src="images/icon-expand.png" loading=lazy width=9 height=11 onclick="cmexpandaction(1)" />
339 + <img style="cursor:pointer;margin-top:4px;display:none" title="Collapse All" id="CollapseAllButton2" src="images/icon-collapse.png" width=9 height=11 onclick="cmexpandaction(2)" />
340 + <img style="cursor:pointer;margin-top:4px;display:none" title="Expand All" id="ExpandAllButton2" src="images/icon-expand.png" width=9 height=11 onclick="cmexpandaction(1)" />
341 <input type="button" onclick="connectAllKvmFunction()" value="Connect All" />&nbsp;
342 <input type="button" onclick="disconnectAllKvmFunction()" value="Disconnect All" />&nbsp;
343 <input type="button" onclick="onDevicesScroll(true);" value="Scroll To Top" />&nbsp;
@@ -352,7 +352,7 @@
352 <input type=button id=refreshmap title="Reset map view" value=Reset onclick=refreshMap(false,true) />
353 </td>
354 <td class="auto-style1" style=height:100%>
355 - <img style="display:none;cursor:pointer;margin-top:3px" id=devListToolbarSettings src="images/icon-gear.png" loading=lazy width=16 height=16 onclick="onDeviceViewSettings()" />
355 + <img style="display:none;cursor:pointer;margin-top:3px" id=devListToolbarSettings src="images/icon-gear.png" width=16 height=16 onclick="onDeviceViewSettings()" />
356 <div style="display:none" id=devListToolbarView>
357 View
358 <select id=viewselect onchange=onDeviceViewChange()>
@@ -507,7 +507,7 @@
507 <input type=button onclick=showUserBroadcastDialog() style=margin-right:6px value="Broadcast" />
508 <a href=# onclick=p4downloadUserInfo()><img style="cursor:pointer" title="Download user information" src="images/link4.png" /></a>
509 <a href=# onclick=p4batchAccountCreate()><img id=p4UserBatchCreate style="cursor:pointer;display:none" title="Batch create many user accounts" src="images/link6.png" /></a>
510 - <img style="cursor:pointer;margin-top:3px;margin-left:6px" id=usersListToolbarSettings src="images/icon-gear.png" loading=lazy width=16 height=16 onclick="onUsersViewSettings()" />
510 + <img style="cursor:pointer;margin-top:3px;margin-left:6px" id=usersListToolbarSettings src="images/icon-gear.png" width=16 height=16 onclick="onUsersViewSettings()" />
511 </div>
512 <div>
513 <input type=button id=UsersSelectAllButton onclick="p3usersSelectallButtonFunction()" value="Select All" />