Renamed popupStatusPanel to popupStatus and removed the global variable

which kept track on if it was open or not (it automatically closes after
1.5 seconds anyway).
This commit is contained in:
samhed
2015-06-25 17:04:55 +02:00
parent 30bfff81d9
commit 74f2ac968d
3 changed files with 16 additions and 37 deletions

View File

@@ -126,8 +126,8 @@
<input id="descriptionButton" type="button" value="Close">
</div>
<!-- Popup Status Panel -->
<div id="noVNC_popup_status_panel" class="">
<!-- Popup Status -->
<div id="noVNC_popup_status" class="">
</div>
<!-- Clipboard Panel -->