Skip to content
Snippets Groups Projects
Commit 807d4ddb authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Disable the javascript that copy text in to determinations. Need a better...

Disable the javascript that copy text in to determinations. Need a better script with formatted text etc.
parent 0a68c99a
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
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