diff --git a/opentech/static_src/src/javascript/main.js b/opentech/static_src/src/javascript/main.js index 831ce10f035202468fa50f6ddc0867f81f071cc8..d29824dcabc6ad07dc193ee9135933c63a24f7df 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();