Skip to content

Commit

Permalink
bug fix for hiding modal
Browse files Browse the repository at this point in the history
  • Loading branch information
mwang87 committed Oct 11, 2019
1 parent 4e3c7e8 commit c346080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/templates/metadataselection.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ <h3>Re-analysis of Public Data in GNPS</h3>
filters: JSON.stringify(this.$parent.filterTerms)
},
success: function(componentObject) {
$("#loadMe").modal("hide");
return function(response) {
$("#loadMe").modal("hide");
componentObject.$emit("update-attribute", response)
}
}(this),
Expand Down

0 comments on commit c346080

Please sign in to comment.