Add the ability to select all/none of the aircraft
This commit is contained in:
parent
56397d6d78
commit
b416f4bb7e
2 changed files with 89 additions and 13 deletions
|
|
@ -56,6 +56,14 @@
|
|||
<td style="width: 150px; text-align: center;" class="pointer">
|
||||
[ <span onclick="resetMap();">Reset Map</span> ]
|
||||
</td>
|
||||
|
||||
<td style="width: 150px; text-align: center;" class="pointer">
|
||||
[ <span onclick="selectAllPlanes();">Select All</span> ]
|
||||
</td>
|
||||
|
||||
<td style="width: 150px; text-align: center;" class="pointer">
|
||||
[ <span onclick="deselectAllPlanes();">Select None</span> ]
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div> <!-- sudo_buttons -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue