mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-21 05:43:22 -07:00
Make sure all datatables are using POST
This commit is contained in:
parent
c35fcc727c
commit
36b80aa6d3
8 changed files with 27 additions and 19 deletions
|
@ -547,7 +547,7 @@ DOCUMENTATION :: END
|
|||
function get_history() {
|
||||
history_table_options.ajax = {
|
||||
url: 'get_history',
|
||||
type: 'post',
|
||||
type: 'POST',
|
||||
data: function ( d ) {
|
||||
return {
|
||||
json_data: JSON.stringify( d ),
|
||||
|
@ -563,7 +563,7 @@ DOCUMENTATION :: END
|
|||
function get_history() {
|
||||
history_table_options.ajax = {
|
||||
url: 'get_history',
|
||||
type: 'post',
|
||||
type: 'POST',
|
||||
data: function ( d ) {
|
||||
return {
|
||||
json_data: JSON.stringify( d ),
|
||||
|
@ -579,7 +579,7 @@ DOCUMENTATION :: END
|
|||
function get_history() {
|
||||
history_table_options.ajax = {
|
||||
url: 'get_history',
|
||||
type: 'post',
|
||||
type: 'POST',
|
||||
data: function ( d ) {
|
||||
return {
|
||||
json_data: JSON.stringify( d ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue