X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/59e8a18aef4164875cf43a0382db6a70671bf87f..556503e1f98b8e262fcc1227ac4afdc78a2c05ca:/apps/workbench/app/assets/javascripts/report_issue.js diff --git a/apps/workbench/app/assets/javascripts/report_issue.js b/apps/workbench/app/assets/javascripts/report_issue.js index 97ee939038..e769d80957 100644 --- a/apps/workbench/app/assets/javascripts/report_issue.js +++ b/apps/workbench/app/assets/javascripts/report_issue.js @@ -13,13 +13,13 @@ $(document). var $sendButton = $('#report-issue-submit'); $sendButton.html('Report sent'); $('div').remove('.modal-footer-status'); - $('.modal-footer').append('

'); + $('.modal-footer').append('

'); }). fail(function(jqxhr, status, error) { var $sendButton = $('#report-issue-submit'); if ($sendButton && $sendButton.prop('disabled')) { $('div').remove('.modal-footer-status'); - $('.modal-footer').append('

'); + $('.modal-footer').append('

'); $sendButton.html('Send problem report'); $sendButton.attr('disabled',false); }