From 8d1f9fe0df7a60edbb72cff08469ba0fd9632eed Mon Sep 17 00:00:00 2001 From: Konrad Langenberg Date: Tue, 12 Sep 2017 22:20:57 +0200 Subject: [PATCH] Fixed conflict with timetracking Signed-off-by: Konrad --- public/js/index.js | 2 +- templates/repo/issue/view_content/sidebar.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/js/index.js b/public/js/index.js index a31cf153c..bfc155d2f 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -1824,7 +1824,7 @@ function cancelStopwatch() { } function timeAddManual() { - $('.mini.modal') + $('.time-add-manual') .modal({ duration: 200, onApprove: function() { diff --git a/templates/repo/issue/view_content/sidebar.tmpl b/templates/repo/issue/view_content/sidebar.tmpl index 18fceb5c3..b966a0deb 100644 --- a/templates/repo/issue/view_content/sidebar.tmpl +++ b/templates/repo/issue/view_content/sidebar.tmpl @@ -149,7 +149,7 @@
-