Return the notification as well as modify it.
[Sone.git] / src / main / resources / static / javascript / sone.js
index a67e156..8c6db31 100644 (file)
@@ -423,4 +423,5 @@ function ajaxifyNotification(notification) {
                        notification.slideUp();
                });
        });
+       return notification;
 }