diff options
Diffstat (limited to 'app/views/timelog/index.html.erb')
-rw-r--r-- | app/views/timelog/index.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/timelog/index.html.erb b/app/views/timelog/index.html.erb index f777dac30..65ca4855d 100644 --- a/app/views/timelog/index.html.erb +++ b/app/views/timelog/index.html.erb @@ -32,8 +32,8 @@ <label><%= radio_button_tag 'c[]', 'all_inline' %> <%= l(:description_all_columns) %></label> </p> <p class="buttons"> - <%= submit_tag l(:button_export), :name => nil, :onclick => "hideModal(this);" %> - <%= submit_tag l(:button_cancel), :name => nil, :onclick => "hideModal(this);", :type => 'button' %> + <%= submit_tag l(:button_export), :name => nil, :onclick => "hideModal(this);", :data => { :disable_with => false } %> + <%= submit_tag l(:button_cancel), :name => nil, :onclick => "hideModal(this);", :type => 'button', :data => { :disable_with => false } %> </p> <% end %> </div> |