From e938f95daa9b917faeb04dc9b6445a1ced744cf6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Mon, 15 Nov 2010 06:34:52 +0100 Subject: [PATCH] Start polling notifications when loading the page. --- src/main/resources/templates/include/head.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/templates/include/head.html b/src/main/resources/templates/include/head.html index ed83b2f..41c7971 100644 --- a/src/main/resources/templates/include/head.html +++ b/src/main/resources/templates/include/head.html @@ -180,6 +180,13 @@ }); + +
<%if !webInterface.core.identityManager.connected> -- 2.7.4