fix js error in onvif probe

This commit is contained in:
Isaac Connor 2019-10-03 17:31:10 -04:00
parent 5384b9345a
commit b1496643eb
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
function submitCamera( element ) {
var form = element.form;
form.target = opener.name;
form.target = self.name;
form.view.value = 'monitor';
form.submit();
closeWindow.delay( 250 );