Skip to content

Commit

Permalink
Merge pull request #505 from ispyb/issue_504
Browse files Browse the repository at this point in the history
It fixes #504
  • Loading branch information
antolinos authored Oct 15, 2019
2 parents b914878 + 46ebc61 commit 287c7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/mx/view/ligandsmainview.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LigandsMainView.prototype.getToolbar = function (sessions) {
handler : function(){
var editLigands = new EditCrystalStructure(
{
types : ["PDB", "MOL2"],
types : ["PDB", "MOL2", "CIF", "CIF_LIBRARY"],
label : "Cocktail Name"
}
);
Expand Down

0 comments on commit 287c7a2

Please sign in to comment.