0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

More trailing slashes

This commit is contained in:
Hannah Wolfe 2013-09-17 02:52:29 +01:00
parent e894f3d28a
commit da2d0c12da

View file

@ -23,7 +23,7 @@
var self = this;
$dropzone.find('.js-fileupload').fileupload().fileupload("option", {
url: '/ghost/upload',
url: '/ghost/upload/',
add: function (e, data) {
$progress.find('.js-upload-progress-bar').removeClass('fail');
$dropzone.trigger('uploadstart', [$dropzone.attr('id')]);