diff --git a/src/scripts/tutti/10_tasks.js b/src/scripts/tutti/10_tasks.js index 683e3f9..b638d70 100644 --- a/src/scripts/tutti/10_tasks.js +++ b/src/scripts/tutti/10_tasks.js @@ -111,7 +111,6 @@ window.onpopstate = function(event) /** * Create a asset and show it in the #item-details div. - * NOTE: Not used at the moment, we're creating assets via Blender's VSE */ function asset_create(project_url) { @@ -125,7 +124,7 @@ function asset_create(project_url) }; $.post(url, data, function(asset_data) { - asset_open(asset_data.asset_id); + window.location.href = asset_data.asset_id; }) .fail(function(xhr) { if (console) {