diff --git a/core/client/views/blog.js b/core/client/views/blog.js index 8788d5b2bb..f80b8efd25 100644 --- a/core/client/views/blog.js +++ b/core/client/views/blog.js @@ -239,6 +239,7 @@ }, { success : function () { featuredEl.removeClass("featured unfeatured").addClass(featured ? "featured" : "unfeatured"); + Ghost.notifications.clearEverything(); Ghost.notifications.addItem({ type: 'success', message: "Post successfully marked as " + (featured ? "featured" : "not featured") + ".",