fernandokosh/redmine_time_tracker

View on GitHub
app/views/time_bookings/get_list_entry.js.erb

Summary

Maintainability
Test Coverage
$('#<%= "booking-entry-" + @entry.id.to_s %>').html('<%= escape_javascript(render(:partial => 'time_bookings/list_entry', :locals => {:entry => @entry, :query => @query_bookings, :button => :book})) %>');
contextMenuHide();
contextMenuUnselectAll();
hideMultiFormButtons('tb_edit_form_update_button');