mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:35:55 +00:00
notify window close button
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user