mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:05:55 +00:00
* switch to xhr.post() almost everywhere
* call App.handlerpcjson() automatically on json request (if possible) * show net/log indicators in prefs
This commit is contained in:
@@ -124,7 +124,10 @@
|
||||
</div>
|
||||
|
||||
<div id="header">
|
||||
<!-- <a href='#' onclick="showHelp()"><?= __("Keyboard shortcuts") ?></a> | -->
|
||||
<i class="material-icons net-alert" style="display : none"
|
||||
title="<?= __("Communication problem with server.") ?>">error_outline</i>
|
||||
<i class="material-icons log-alert" style="display : none" onclick="App.openPreferences('system')"
|
||||
title="<?= __("Recent entries found in event log.") ?>">warning</i>
|
||||
<a href="#" onclick="document.location.href = 'index.php'"><?= __('Exit preferences') ?></a>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user