From: tomtom84 Date: Mon, 17 Sep 2012 15:54:07 +0000 (+0200) Subject: Corrected titlebar notifications in Diabook X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=68c2316ce3f18110430eaf8d632b5383b719519a;p=friendica.git Corrected titlebar notifications in Diabook --- diff --git a/view/theme/diabook/bottom.tpl b/view/theme/diabook/bottom.tpl index 0ab7de78e7..08952aad65 100644 --- a/view/theme/diabook/bottom.tpl +++ b/view/theme/diabook/bottom.tpl @@ -130,7 +130,7 @@ $(document).ready(function() { $(".comment-edit-bb-" + id).hide(); } - $(document).ready(function(){ + /*$(document).ready(function(){ var doctitle = document.title; function checkNotify() { if(document.getElementById("notify-update").innerHTML != "") @@ -139,7 +139,17 @@ $(document).ready(function() { document.title = doctitle; }; setInterval(function () {checkNotify();}, 10 * 1000); - }) - - + })*/ + +