5183: Disable animation on modal. (It seems to cause intermittent test failures....
[arvados.git] / apps / workbench / app / views / jobs / _rerun_job_with_options_popup.html.erb
index f9086637f4ed32757c91f1d39d65b33f19c50aaa..ac399f336b66785d986bc843cfa7dc95c3ddb325 100644 (file)
@@ -1,5 +1,5 @@
 <% @job = @object %>
-<div id="jobRerunModal" class="modal fade" role="dialog" aria-labelledby="jobRerunTitle" aria-hidden="true">
+<div id="jobRerunModal" class="modal" role="dialog" aria-labelledby="jobRerunTitle" aria-hidden="true">
   <div class="modal-dialog">
     <div class="modal-content">
       <%= form_for(@job, method: :post, url: {controller: 'jobs', action: 'create'}) do |f| %>