Skip to content
Snippets Groups Projects
Commit 9999ddb5 authored by Jeffrey Johnson's avatar Jeffrey Johnson
Browse files

Handle for direct to final (for TIFF)

parent 9225315a
Branches
Tags
No related merge requests found
......@@ -317,6 +317,8 @@ define(function (require, exports) {
});
} else if (resp.success === true && typeof resp.url != 'undefined') {
self.doFinal(resp);
} else if (resp.success === true && response.redirect_to === '/upload/final') {
self.doFinal(resp);
}
};
......@@ -328,7 +330,6 @@ define(function (require, exports) {
LayerInfo.prototype.uploadFiles = function () {
var form_data = this.prepareFormData(),
self = this;
$.ajax({
url: form_target,
async: false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment