Skip to content

Commit

Permalink
Merge branch 'master' into unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanbalci authored May 19, 2020
2 parents a490aa8 + ebb8d84 commit 5929a96
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/js/ajax-utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ exports.sendEmail = function(req, res){
var attachment = fileContent == "no-data" ? false : true;
let mailOptions = {
// should be replaced with real recipient's account
//to: 'replyto.lcsb.gitlab+minerva-core-499-3hxqgkf3oh3yq2zb9veolqjo6-issue@gmail.com',
to: "[email protected]",
to: 'replyto.lcsb.gitlab+minerva-core-499-3hxqgkf3oh3yq2zb9veolqjo6-issue@gmail.com',
//to: "[email protected]",
cc: '[email protected]',
subject: "Error Report From Newt",
text: req.body.message,
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"cytoscape-context-menus": "github:iVis-at-Bilkent/cytoscape.js-context-menus#unstable",
"cytoscape-edge-editing": "github:iVis-at-Bilkent/cytoscape.js-edge-editing#unstable",
"cytoscape-edgehandles": "~2.13.1",
"cytoscape-expand-collapse": "github:iVis-at-Bilkent/cytoscape.js-expand-collapse#unstable",
"cytoscape-fcose": "github:iVis-at-Bilkent/cytoscape.js-fcose#unstable",
"cytoscape-grid-guide": "github:iVis-at-Bilkent/cytoscape.js-grid-guide#unstable",
"cytoscape-layout-utilities": "github:iVis-at-Bilkent/cytoscape.js-layout-utilities#unstable",
"cytoscape-node-resize": "github:iVis-at-Bilkent/cytoscape.js-node-resize#unstable",
"cytoscape-expand-collapse": "^3.2.1",
"cytoscape-fcose": "^1.2.1",
"cytoscape-grid-guide": "^2.3.1",
"cytoscape-layout-utilities": "^1.0.1",
"cytoscape-node-resize": "3.2.1",
"cytoscape-panzoom": "~2.5.2",
"cytoscape-popper": "^1.0.2",
"cytoscape-undo-redo": "github:iVis-at-Bilkent/cytoscape.js-undo-redo#unstable",
"cytoscape-view-utilities": "github:iVis-at-Bilkent/cytoscape.js-view-utilities#unstable",
"cytoscape-undo-redo": "^1.3.3",
"cytoscape-view-utilities": "^4.0.0",
"file-saver": "^2.0.2",
"intro.js": "2.9.3",
"jquery": "~3.3.1",
Expand Down

0 comments on commit 5929a96

Please sign in to comment.