mirror of
https://github.com/rickbarrette/stopwatch.git
synced 2026-04-02 17:51:59 -04:00
10 lines
261 B
Plaintext
10 lines
261 B
Plaintext
<% if params[:context] %>
|
|
contextMenuHide();
|
|
<% else %>
|
|
hideModal();
|
|
$('#ajax-modal').html('<%= j render partial: 'new' %>');
|
|
showModal('ajax-modal', '700px');
|
|
<% end %>
|
|
Stopwatch.highlightTimer('<%= @started_time_entry.id if @started_time_entry %>');
|
|
|