Merge branch 'master' of github.com:ZoneMinder/ZoneMinder
commit
5ad9219609
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in New Issue