diff --git a/src/templates/nodes/custom/comment/list_embed.pug b/src/templates/nodes/custom/comment/list_embed.pug index 3b7eb630..54fd8dee 100644 --- a/src/templates/nodes/custom/comment/list_embed.pug +++ b/src/templates/nodes/custom/comment/list_embed.pug @@ -169,7 +169,7 @@ script. }) .fail(function(xhr) { if (console) console.log('Error fetching comment: ', xhr); - statusBarSet('error', 'Error ' + xhr.status + ' entering edit mode.', 'pi-warning'); + toastr.error('Error ' + xhr.status + ' entering edit mode.'); }); });