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:
stan 2011-02-06 16:06:44 +00:00
parent 98203e6c2f
commit 48d287f9de
1 changed files with 1 additions and 1 deletions

View File

@ -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';