mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-24 06:27:07 -04:00
remove setButtonState. it is not needed.
This commit is contained in:
@@ -479,11 +479,6 @@ function drawZonePoints()
|
||||
// Imported from watch.js and modified for new zone edit view
|
||||
//
|
||||
|
||||
function setButtonState( element, butClass ) {
|
||||
element.className = butClass;
|
||||
element.disabled = (butClass != 'inactive');
|
||||
}
|
||||
|
||||
var alarmState = STATE_IDLE;
|
||||
var lastAlarmState = STATE_IDLE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user