summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index b7249f1a4..77bd9b215 100644
--- a/backend.php
+++ b/backend.php
@@ -197,6 +197,7 @@
print "<html><head>
<title>Tiny Tiny RSS : Article $id</title>
<link rel=\"stylesheet\" href=\"tt-rss.css\" type=\"text/css\">
+ <script type=\"text/javascript\" src=\"functions.js\"></script>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">
</head><body>";
}
@@ -233,6 +234,10 @@
}
+/* print "<script type=\"text/javascript\">
+ p_notify(''); -- FLICKER
+ </script>"; */
+
if ($addheader) {
print "</body></html>";
}
@@ -417,6 +422,8 @@
} else if ($unread <= 0) {
feedr.className = feedr.className.replace(\"Unread\", \"\");
}
+
+ //p_notify('');
</script>";
if ($addheader) {