Add method to get the current notification hash.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 24 Nov 2011 09:52:47 +0000 (10:52 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 24 Nov 2011 09:52:47 +0000 (10:52 +0100)
src/main/resources/static/javascript/sone.js

index a3dbc64..abf3fbd 100644 (file)
@@ -1088,6 +1088,14 @@ function ajaxifyNotification(notification) {
 }
 
 /**
+ * Returns the notification hash. This hash is used in {@link #getStatus()} to
+ * determine whether the notifications changed and need to be reloaded.
+ */
+public getNotificationHash() {
+       return $("#sone #notification-area #notification-hash").text();
+}
+
+/**
  * Retrieves element IDs from notification elements.
  *
  * @param notification