summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-16 06:40:03 +0100
committerAndrew Dolgov <[email protected]>2005-11-16 06:40:03 +0100
commitb623b3edcb79ab73febbfac17e6dddc76745bea1 (patch)
treed27eab6ea65e12e1a336b508080bdc8fb35bfcee /backend.php
parentcce41088c0ced4665367f0f25a9c0fff11c9c985 (diff)
some new hotkeys
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index f571f8ba0..77812b981 100644
--- a/backend.php
+++ b/backend.php
@@ -469,7 +469,7 @@
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">
<script type=\"text/javascript\" src=\"functions.js\"></script>
<script type=\"text/javascript\" src=\"viewfeed.js\"></script>
- </head><body>";
+ </head><body onload='init()'>";
}
if ($subop == "ForceUpdate" && sprintf("%d", $feed) > 0) {
@@ -1321,7 +1321,6 @@
<title>Tiny Tiny RSS : Help</title>
<link rel=\"stylesheet\" href=\"tt-rss.css\" type=\"text/css\">
<script type=\"text/javascript\" src=\"functions.js\"></script>
- <script type=\"text/javascript\" src=\"feedlist.js\"></script>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">
</head><body>";