Fixed bug where unarchiving multiple events would not work - http://www.zoneminder.com/forums/viewtopic.php?t=15272
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3282 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
98203e6c2f
commit
48d287f9de
|
@ -135,7 +135,7 @@ function archiveEvents( element, name )
|
|||
form.submit();
|
||||
}
|
||||
|
||||
function unArchiveEvents( element, name )
|
||||
function unarchiveEvents( element, name )
|
||||
{
|
||||
var form = element.form;
|
||||
form.action.value = 'unarchive';
|
||||
|
|
Loading…
Reference in New Issue