Merge branch 'master' of github.com:ZoneMinder/ZoneMinder

pull/2571/head
Isaac Connor 2019-04-09 09:39:39 -04:00
commit 5ad9219609
1 changed files with 6 additions and 6 deletions

View File

@ -64,12 +64,12 @@ function updateButtons(element) {
}
function click_automove(element) {
updateButtons(this);
if ( this.checked ) {
$j(this.form.elements['filter[AutoMoveTo]']).css('display','inline');
} else {
this.form.elements['filter[AutoMoveTo]'].hide();
}
updateButtons(this);
if ( this.checked ) {
$j(this.form.elements['filter[AutoMoveTo]']).css('display', 'inline');
} else {
this.form.elements['filter[AutoMoveTo]'].hide();
}
}
function checkValue( element ) {