diff --git a/Resources/code.js b/Resources/code.js
index 7f87152a..84d87516 100644
--- a/Resources/code.js
+++ b/Resources/code.js
@@ -57,6 +57,11 @@
       refreshColumnObservers();
     })();
     
+    // Popup notifications
+    window.TD.controller.notifications.hasNotifications = function(){
+      return true;
+    };
+    
     isInitialized = true;
   };