mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 13:11:15 -07:00
Chnage get_notify_text_preview to POST
This commit is contained in:
parent
4f397b032e
commit
5c3086a049
2 changed files with 2 additions and 1 deletions
|
@ -141,7 +141,7 @@ function doAjaxCall(url, elem, reload, form, showMsg, callback) {
|
|||
$.ajax({
|
||||
url: url,
|
||||
data: dataString,
|
||||
type: 'post',
|
||||
type: 'POST',
|
||||
beforeSend: function (jqXHR, settings) {
|
||||
// Start loader etc.
|
||||
feedback.prepend(loader);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue