Commit cb2234321d5d35772b8c961f2504e3c4404944f5
1 parent
23d020ed
Exists in
master
and in
9 other branches
Fix reject selection
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
views/tasks/_task.html.erb
... | ... | @@ -42,7 +42,7 @@ |
42 | 42 | </div><!-- class="task_decisions" --> |
43 | 43 | |
44 | 44 | <% if task.flagged_for_reproval? %> |
45 | - <script>$("#decision-cancel-<%= task.id %>").click();</script> | |
45 | + <script>jQuery("#decision-cancel-<%= task.id %>").click();</script> | |
46 | 46 | <% end %> |
47 | 47 | |
48 | 48 | <div class="task_date"><%= show_time(task.created_at) %></div> | ... | ... |