diff --git a/src/controllers/uploads.js b/src/controllers/uploads.js index f2896ec8f6..b50b851e90 100644 --- a/src/controllers/uploads.js +++ b/src/controllers/uploads.js @@ -34,9 +34,7 @@ uploadsController.upload = function (req, res, filesIterator) { return res.status(500).send(err.message); } - // IE8 - send it as text/html so browser won't trigger a file download for the json response - // malsup.com/jquery/form/#file-upload - res.status(200).send(req.xhr ? images : JSON.stringify(images)); + res.status(200).send(images); }); }; diff --git a/src/views/admin/header.tpl b/src/views/admin/header.tpl index ccf93afa3d..e6e92490f9 100644 --- a/src/views/admin/header.tpl +++ b/src/views/admin/header.tpl @@ -1,31 +1,24 @@ - - {title} - - - - - - - - - + + {title} + + + + + + + diff --git a/src/views/install/index.tpl b/src/views/install/index.tpl index cb5b69dbcb..f960c70440 100644 --- a/src/views/install/index.tpl +++ b/src/views/install/index.tpl @@ -11,13 +11,6 @@ - -