Rename method.
[Sone.git] / src / main / resources / static / javascript / sone.js
index 4ab0aab..75fa965 100644 (file)
@@ -414,7 +414,7 @@ function getReply(replyId, callbackFunction) {
  * @param notification
  *            jQuery object representing the notification.
  */
-function ajaxifyNotificationArea(notification) {
+function ajaxifyNotification(notification) {
        notification.find("form.dismiss").submit(function() {
                return false;
        });