From 807d4ddbb0852003f77716d1c46cb960c96b5f50 Mon Sep 17 00:00:00 2001
From: Fredrik Jonsson <frjo@xdeb.org>
Date: Wed, 19 Sep 2018 12:02:50 +0200
Subject: [PATCH] Disable the javascript that copy text in to determinations.
 Need a better script with formatted text etc.

---
 opentech/static_src/src/javascript/main.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/opentech/static_src/src/javascript/main.js b/opentech/static_src/src/javascript/main.js
index 831ce10f0..d29824dca 100755
--- a/opentech/static_src/src/javascript/main.js
+++ b/opentech/static_src/src/javascript/main.js
@@ -37,9 +37,9 @@ import toggleReviewers from './components/toggle-reviewers';
             new Tabs($(el));
         });
 
-        $(DeterminationCopy.selector()).each((index, el) => {
-            new DeterminationCopy($(el));
-        });
+        // $(DeterminationCopy.selector()).each((index, el) => {
+        //     new DeterminationCopy($(el));
+        // });
 
         // Add tooltips to truncated titles on submissions overview table
         generateTooltips();
-- 
GitLab