1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

misc fixes, rework hotkeys code placement

This commit is contained in:
Andrew Dolgov
2008-05-16 02:38:32 +01:00
parent 238eff0165
commit 93f66472ef
5 changed files with 434 additions and 426 deletions

View File

@@ -71,6 +71,10 @@
<img id="piggie" src="images/piggie.png" style="display : none" alt="piggie">
<div id="hotkey_help_overlay" style="display : none" onclick="Element.hide(this)">
<?php include "help/4.php" ?>
</div>
<script type="text/javascript">
if (document.addEventListener) {
document.addEventListener("DOMContentLoaded", init, null);