Skip to content

Commit

Permalink
Added back old rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeinar committed Oct 24, 2016
1 parent e7fc6bf commit 42715fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/planner/index.html
Expand Up @@ -207,6 +207,8 @@ <h1><a href="#">Stardew planner <small>v2</small></a></h1>
<li class="tools"><div class="link render-farm" data-season="summer">Render in summer</div></li>
<li class="tools"><div class="link render-farm" data-season="fall">Render in fall</div></li>
<li><a id="uploadFarm" href="http://upload.farm/" target="_blank" class="powered-by">powered by upload.farm</a></li>
<li class="divider"></li>
<li class="tools"><div id="export-image" class="link ">Save plan as picture</div></li>
</ul>
</li>
<li class="divider"></li>
Expand Down
1 change: 1 addition & 0 deletions routes/index.js
Expand Up @@ -114,6 +114,7 @@ module.exports = function () {
}, function (error, response, body) {

if (error) {
req.log.error(error, 'Failed to render in upload.farm');
res.status(500).json(body);
return next();
}
Expand Down

0 comments on commit 42715fa

Please sign in to comment.