1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-11-29 22:38:35 +02:00

update webkit

This commit is contained in:
kev
2014-12-29 18:00:53 +08:00
parent 0682bc2cc5
commit 5ccb0a59a7
5 changed files with 18 additions and 267 deletions

View File

@@ -188,7 +188,6 @@ function urlopen(req, callback) {
case 'jpg':
case 'png':
case 'gif':
//TODO: setup a fileserver
data = '/data/' + req.requestId;
page.render(data, {format: req.requestType});
break;