mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-22 15:52:54 -04:00
put the ajax query back to a post
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
var logParms = "view=request&request=log&task=query";
|
||||
var logReq = new Request.JSON( { url: thisUrl, method: 'get', timeout: AJAX_TIMEOUT, link: 'cancel', onSuccess: logResponse } );
|
||||
var logReq = new Request.JSON( { url: thisUrl, method: 'post', timeout: AJAX_TIMEOUT, link: 'cancel', onSuccess: logResponse } );
|
||||
var logTimer = undefined;
|
||||
var logTable = undefined;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user