summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-05 16:49:39 +0100
committerAndrew Dolgov <[email protected]>2005-09-05 16:49:39 +0100
commitc05608c26e8b65736cc9db0ab3a2ceb08eba85d9 (patch)
treef17ee7bb871e4faf1ef6b6ed9d564142430f30c0 /backend.php
parent54aa1a411311dc4c7fcbad3ba176f527a4f77290 (diff)
notify window close button
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) {