Show debug window when there's an error
rodzic
be69f3d439
commit
d5b3b02eed
|
@ -253,6 +253,8 @@ function processProgress(progress) {
|
||||||
clearInterval(ajaxEventHandle);
|
clearInterval(ajaxEventHandle);
|
||||||
appendDebug("There was an error in running the prediction: "
|
appendDebug("There was an error in running the prediction: "
|
||||||
+ progress['error']);
|
+ progress['error']);
|
||||||
|
resetGUI();
|
||||||
|
toggleWindow("scenario_template", "showHideDebug", "Show Debug", "Hide Debug", "show");
|
||||||
} else {
|
} else {
|
||||||
// get the progress of the wind data
|
// get the progress of the wind data
|
||||||
if ( progress['gfs_complete'] == true ) {
|
if ( progress['gfs_complete'] == true ) {
|
||||||
|
|
Ładowanie…
Reference in New Issue