diff --git a/vasl_templates/webapp/static/scenarios.js b/vasl_templates/webapp/static/scenarios.js index e37fdcd..9a97450 100644 --- a/vasl_templates/webapp/static/scenarios.js +++ b/vasl_templates/webapp/static/scenarios.js @@ -980,6 +980,8 @@ function onDownloads() { } else { download( resp, fname, "application/octet-stream" ) ; } + // all done - we can now close the downloads popup + $dlg.dialog( "close" ) ; } ).fail( function( xhr, status, errorMsg ) { $progressDlg.dialog( "close" ) ; showErrorMsg( "Can't download the VASL scenario:
" + escapeHTML(errorMsg) + "
" ) ;