mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Debug trace removed
This commit is contained in:
parent
abc426bc4d
commit
e2281d6bc8
@ -2780,7 +2780,7 @@ function showPreviewStaticGraph(staticGraph) {
|
|||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
timeout: 10000,
|
timeout: 10000,
|
||||||
error: function (xhr, textStatus, errorThrown) {
|
error: function (xhr, textStatus, errorThrown) {
|
||||||
$("#preview").empty();console.log(errorThrown);
|
$("#preview").empty();
|
||||||
},
|
},
|
||||||
success: function (data) {
|
success: function (data) {
|
||||||
$("#preview").empty();
|
$("#preview").empty();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user