20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / application / _choose.js.erb
diff --git a/apps/workbench/app/views/application/_choose.js.erb b/apps/workbench/app/views/application/_choose.js.erb
deleted file mode 100644 (file)
index c482b45..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<% session[:selected_move_items] = params['move_items'] if params['move_items'] %>
-$('body > .modal-container').html("<%= escape_javascript(render partial: 'choose.html', locals: {multiple: multiple}) %>");
-$('body > .modal-container .modal').modal('show');
-$('body > .modal-container .modal .modal-footer .btn-primary').
-    addClass('<%= j params[:action_class] %>').
-    attr('data-action-href', '<%= j params[:action_href] %>').
-    attr('data-method', '<%= j params[:action_method] %>').
-    data('action-data', <%= raw params[:action_data] %>);