Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:yeastrc/proxl-web-app.git
Browse files Browse the repository at this point in the history
  • Loading branch information
danjasuw committed Sep 4, 2020
2 parents 1f46761 + 8b7a5a2 commit 559208a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ window.saveAlignment = function( alignment ) {
success: function(data) {
try {
closePDBShowAlignmentOverlay();
structurePagePrimaryRootCodeObject_LocalCopy.call__loadPDBFileAlignments( structurePagePrimaryRootCodeObject_LocalCopy.getVariable__v_listChains() );
structurePagePrimaryRootCodeObject_LocalCopy.call__loadPDBFileAlignments( structurePagePrimaryRootCodeObject_LocalCopy.getVariable__v_listChains(), true );
} catch( e ) {
reportWebErrorToServer.reportErrorObjectToServer( { errorException : e } );
throw e;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6793,7 +6793,7 @@ var StructurePagePrimaryRootCodeClass = function() {
closeConfirmDeleteAlignmentOverlay( clickThis, eventObject );


loadPDBFileAlignments( listChains );
loadPDBFileAlignments( listChains, true );

decrementSpinner();

Expand Down

0 comments on commit 559208a

Please sign in to comment.