diff --git a/src/scripts/tutti/10_tasks.js b/src/scripts/tutti/10_tasks.js index f56b715..8c6b705 100644 --- a/src/scripts/tutti/10_tasks.js +++ b/src/scripts/tutti/10_tasks.js @@ -78,7 +78,7 @@ function item_open(item_id, item_type, pushState, project_url) .removeClass('processing') } - statusBarSet('error', 'Failed to open ' + item_type, 'pi-warning'); + toastr.error('Failed to open ' + item_type); if (xhr.status) { $('#item-details').html(xhr.responseText);