Skip to content
Snippets Groups Projects
Commit 572c9c8c authored by ac_22's avatar ac_22
Browse files

Merge branch 'master' of git-bioimage.coe.drexel.edu:bioimage/leverjs

parents 373deb55 532d7e60
No related branches found
No related tags found
No related merge requests found
...@@ -126,6 +126,7 @@ app.get('/CONSTANTS', function (req, res) { ...@@ -126,6 +126,7 @@ app.get('/CONSTANTS', function (req, res) {
app.post('/CONSTANTS', jsonParser, function (req, res) { app.post('/CONSTANTS', jsonParser, function (req, res) {
gWindow.CONSTANTS=req.body; gWindow.CONSTANTS=req.body;
gWindow.gRenderParams=CONSTANTS.renderParams;
gWindow.reDraw(false); gWindow.reDraw(false);
res.send('ok'); res.send('ok');
}); });
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment