Return the notification as well as modify it.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 15 Nov 2010 05:34:27 +0000 (06:34 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 15 Nov 2010 05:34:27 +0000 (06:34 +0100)
src/main/resources/static/javascript/sone.js

index a67e156..8c6db31 100644 (file)
@@ -423,4 +423,5 @@ function ajaxifyNotification(notification) {
                        notification.slideUp();
                });
        });
+       return notification;
 }