mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Removed some jQuery.ajax() timeouts
This commit is contained in:
parent
11d50f06ba
commit
5963f47432
@ -2778,7 +2778,6 @@ function showPreviewStaticGraph(staticGraph) {
|
|||||||
url: url_ajax,
|
url: url_ajax,
|
||||||
data: parameter,
|
data: parameter,
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
timeout: 10000,
|
|
||||||
error: function (xhr, textStatus, errorThrown) {
|
error: function (xhr, textStatus, errorThrown) {
|
||||||
$("#preview").empty();
|
$("#preview").empty();
|
||||||
},
|
},
|
||||||
@ -2821,7 +2820,6 @@ function showPreviewIcon(icon) {
|
|||||||
data: params.join ("&"),
|
data: params.join ("&"),
|
||||||
type: 'POST',
|
type: 'POST',
|
||||||
url: url_ajax,
|
url: url_ajax,
|
||||||
timeout: 10000,
|
|
||||||
error: function (xhr, textStatus, errorThrown) {
|
error: function (xhr, textStatus, errorThrown) {
|
||||||
$("#preview").empty();
|
$("#preview").empty();
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user