1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:45:55 +00:00

Created hotkeys_force_top plugin

Renamed swap_jk to match new naming scheme.
This commit is contained in:
Nathan Warner
2020-05-30 22:45:41 -06:00
parent b39e615683
commit f8d96543de
3 changed files with 32 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
require(['dojo/_base/kernel', 'dojo/ready'], function (dojo, ready) {
ready(function () {
Headlines.default_force_to_top = true;
});
});