From 6688ae66faac58102c405ea3e9a49e3976f8d946 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Mon, 25 Sep 2017 00:37:03 +0200 Subject: [PATCH] Use Toastr to notify --- src/templates/nodes/custom/comment/list_embed.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'); }); });