Add the ability to select all/none of the aircraft

This commit is contained in:
James Wilson 2016-08-19 14:43:20 -05:00
parent 56397d6d78
commit b416f4bb7e
2 changed files with 89 additions and 13 deletions

View file

@ -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 -->