mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-21 07:12:21 -04:00
Fixed JSON request queueing issue.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3299 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
@@ -108,7 +108,7 @@ function Monitor( index, id, connKey )
|
||||
|
||||
this.streamCmdReq = new Request.JSON( { url: thisUrl, method: 'post', timeout: AJAX_TIMEOUT, onSuccess: this.getStreamCmdResponse.bind( this ), onTimeout: this.streamCmdQuery.bind( this, true ), link: 'cancel' } );
|
||||
|
||||
requestQueue.addRequest( this.streamCmdReq );
|
||||
requestQueue.addRequest( "cmdReq"+this.id, this.streamCmdReq );
|
||||
}
|
||||
|
||||
function selectLayout( element )
|
||||
|
||||
Reference in New Issue
Block a user