Skip to content

Commit

Permalink
Sometimes can't reload analysis #1061
Browse files Browse the repository at this point in the history
  • Loading branch information
davmlaw authored and TheMadBug committed May 22, 2024
1 parent fca2f1b commit 0b61d36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions analysis/templates/analysis/analysis_settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
let analysisTemplateForm = $('form#analysis-template-form');
analysisTemplateForm.ajaxForm(options);

$('#force-reload-nodes-button').click(reloadNodes);
$("button#lock-analysis-button").click(function() { lockAnalysis(); });
$("button#unlock-analysis-button").click(function() { lockAnalysis(false); });
// TODO: Lock history...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
const columnsLink = $(`<span><a target='_blank' href='${columnsUrl}'>Manage Custom Columns</a> (opens in new window)</span>`);
columnsSelect.after(columnsLink);

$('#force-reload-nodes-button').click(reloadNodes);

$('#id_annotation_version').change(function() {
const warningId = 'annotation-version-warning';
const messages = $('.messages', analysisForm);
Expand Down

0 comments on commit 0b61d36

Please sign in to comment.