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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user