Skip to content

Commit 307cc17

Browse files
committed
Fixing second alignment problem
1 parent 08232f2 commit 307cc17

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

index.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -545,9 +545,11 @@ function loadNewMSA(data) {
545545
$('#order option[value="orderCustomBW"]').remove(); // remove sorting option from msa order dropdown
546546
$('#MSAcustomAH').text('');
547547
$('#MSAcustomBH').text('');
548-
if (!msa) {
549-
msa = new MultipleSequenceAlignment();
550-
}
548+
549+
//Remove If ##ROC##
550+
//if (!msa) {
551+
msa = new MultipleSequenceAlignment();
552+
//}
551553
msa.asyncRead(data, msaCallback, msaPairwise);
552554
}
553555

0 commit comments

Comments
 (0)