Removed some jQuery.ajax() timeouts
This commit is contained in:
parent
11d50f06ba
commit
5963f47432
|
@ -2778,7 +2778,6 @@ function showPreviewStaticGraph(staticGraph) {
|
|||
url: url_ajax,
|
||||
data: parameter,
|
||||
dataType: 'json',
|
||||
timeout: 10000,
|
||||
error: function (xhr, textStatus, errorThrown) {
|
||||
$("#preview").empty();
|
||||
},
|
||||
|
@ -2821,7 +2820,6 @@ function showPreviewIcon(icon) {
|
|||
data: params.join ("&"),
|
||||
type: 'POST',
|
||||
url: url_ajax,
|
||||
timeout: 10000,
|
||||
error: function (xhr, textStatus, errorThrown) {
|
||||
$("#preview").empty();
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue