20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / application / report_issue_popup.js.erb
diff --git a/apps/workbench/app/views/application/report_issue_popup.js.erb b/apps/workbench/app/views/application/report_issue_popup.js.erb
deleted file mode 100644 (file)
index 5cfe502..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-$("#report-issue-modal-window").html("<%= escape_javascript(render partial: 'report_issue_popup') %>");
-$("#report-issue-modal-window .modal").modal('show');
-
-$('#report-issue-modal-window').on('hidden.bs.modal', function () {
- location.reload();
-})