* Returns the notification hash. This hash is used in {@link #getStatus()} to
* determine whether the notifications changed and need to be reloaded.
*/
-public getNotificationHash() {
+function getNotificationHash() {
return $("#sone #notification-area #notification-hash").text();
}
* @param notificationHash
* The new notification hash
*/
-public setNotificationHash(notificationHash) {
+function setNotificationHash(notificationHash) {
$("#sone #notification-area #notification-hash").text(notificationHash);
}