Merge branch 'dev/folderSupport' of github.com:foosel/OctoPrint into dev/folderSupport

Conflicts:
	src/octoprint/static/js/app/client/files.js
This commit is contained in:
Salandora 2015-10-09 19:54:51 +02:00
commit ca0463b4c0

View file

@ -90,6 +90,7 @@
}
return OctoPrint.post(resourceForLocation(location), data);
},
upload: function (location, file, data) {