remove unised function
This commit is contained in:
parent
e5a464f090
commit
37a8f007c8
|
@ -1,9 +1,3 @@
|
|||
function streamCmdQuit( ) {
|
||||
if ( action ) {
|
||||
streamCmdReq.send( streamCmdParms+"&command="+CMD_QUIT );
|
||||
}
|
||||
}
|
||||
|
||||
// Manage the Add New Zone button
|
||||
function AddNewZone(el) {
|
||||
url = el.getAttribute('data-url');
|
||||
|
|
Loading…
Reference in New Issue