Skip to content
Snippets Groups Projects
Unverified Commit 2b1520b9 authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #593 from OpenTechFund/bugfix/546-disable-determination-text-copy

Disable the javascript that copy text in to determinations. Need a be…
parents 0a68c99a 807d4ddb
No related branches found
No related tags found
No related merge requests found
...@@ -37,9 +37,9 @@ import toggleReviewers from './components/toggle-reviewers'; ...@@ -37,9 +37,9 @@ import toggleReviewers from './components/toggle-reviewers';
new Tabs($(el)); new Tabs($(el));
}); });
$(DeterminationCopy.selector()).each((index, el) => { // $(DeterminationCopy.selector()).each((index, el) => {
new DeterminationCopy($(el)); // new DeterminationCopy($(el));
}); // });
// Add tooltips to truncated titles on submissions overview table // Add tooltips to truncated titles on submissions overview table
generateTooltips(); 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