Loading js/private_message_notification_block.js +2 −2 Original line number Diff line number Diff line Loading @@ -31,6 +31,8 @@ Drupal.PrivateMessageNotificationBlock = {}; } function updateCount(unreadThreadCount) { notificationWrapper = $('.private-message-notification-wrapper'); if (unreadThreadCount) { notificationWrapper.addClass('unread-threads'); } Loading Loading @@ -99,8 +101,6 @@ Drupal.PrivateMessageNotificationBlock = {}; if (!initialized) { initialized = true; notificationWrapper = $('.private-message-notification-wrapper'); if (drupalSettings.privateMessageNotificationBlock.ajaxRefreshRate) { refreshRate = drupalSettings.privateMessageNotificationBlock.ajaxRefreshRate * 1000; if (refreshRate) { Loading Loading
js/private_message_notification_block.js +2 −2 Original line number Diff line number Diff line Loading @@ -31,6 +31,8 @@ Drupal.PrivateMessageNotificationBlock = {}; } function updateCount(unreadThreadCount) { notificationWrapper = $('.private-message-notification-wrapper'); if (unreadThreadCount) { notificationWrapper.addClass('unread-threads'); } Loading Loading @@ -99,8 +101,6 @@ Drupal.PrivateMessageNotificationBlock = {}; if (!initialized) { initialized = true; notificationWrapper = $('.private-message-notification-wrapper'); if (drupalSettings.privateMessageNotificationBlock.ajaxRefreshRate) { refreshRate = drupalSettings.privateMessageNotificationBlock.ajaxRefreshRate * 1000; if (refreshRate) { Loading