Skip to content

Commit

Permalink
Changed order of triggering table to update
Browse files Browse the repository at this point in the history
Bug fix:
• Changed order of triggering table to update to prevent bugs
  • Loading branch information
AlexJSully committed Sep 10, 2020
1 parent 4c08487 commit 9f5f36a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cgi-bin/core/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -603,9 +603,9 @@ function gene_structure_radio_on_change() {
document.getElementById(itLocus + '_rpkm').innerHTML = rpkmValue;
whichAbsOrRel(true, i);
};

$("#theTable").trigger("update");
};

$("#theTable").trigger("update");
};

/**
Expand Down
2 changes: 1 addition & 1 deletion cgi-bin/core/custom.min.js

Large diffs are not rendered by default.

0 comments on commit 9f5f36a

Please sign in to comment.