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

hotkey support for prefs

This commit is contained in:
Andrew Dolgov
2008-05-16 07:05:12 +01:00
parent 85ef21180b
commit 746dcf4299
6 changed files with 137 additions and 18 deletions

View File

@@ -69,12 +69,14 @@
<body>
<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 rounded_table_start("hho"); ?>
<?php include "help/4.php" ?>
<?php rounded_table_end(); ?>
</div>
<img id="piggie" src="images/piggie.png" style="display : none" alt="piggie">
<script type="text/javascript">
if (document.addEventListener) {
document.addEventListener("DOMContentLoaded", init, null);