Start polling notifications when loading the page.
[Sone.git] / src / main / resources / templates / include / head.html
index ed83b2f..41c7971 100644 (file)
                });
        </script>
 
+       <script language="javascript">
+               /* activate notification polling. */
+               $(document).ready(function() {
+                       setTimeout(getNotifications, 5000);
+               });
+       </script>
+
        <div id="main">
 
                <%if !webInterface.core.identityManager.connected>