Removed some jQuery.ajax() timeouts

This commit is contained in:
Alejandro Gallardo Escobar 2015-06-11 18:39:02 +02:00
parent 11d50f06ba
commit 5963f47432
1 changed files with 0 additions and 2 deletions

View File

@ -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();
},