Skip to content
Snippets Groups Projects
Commit d68225ac authored by Peter Rotich's avatar Peter Rotich
Browse files

JS bug

Revert this commit once fixed.
parent 4573a1f1
No related branches found
No related tags found
No related merge requests found
......@@ -476,7 +476,7 @@ echo $reply_attachments_form->getMedia();
<script type="text/javascript">
$(function() {
$(document).off('.tasks-content');
$(document).on('click.tasks-content', '#all-ticket-tasks, #ticket-tasks-tab', function(e) {
$(document).on('click.tasks-content', '#all-ticket-tasks', function(e) {
e.preventDefault();
$('div#task_content').hide().empty();
$('div#tasks_content').show();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment