From f8d96543de36dd2d9a223fd017b6c5f671ff3e6a Mon Sep 17 00:00:00 2001 From: Nathan Warner Date: Sat, 30 May 2020 22:45:41 -0600 Subject: Created hotkeys_force_top plugin Renamed swap_jk to match new naming scheme. --- plugins/hotkeys_force_top/init.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 plugins/hotkeys_force_top/init.php (limited to 'plugins/hotkeys_force_top/init.php') diff --git a/plugins/hotkeys_force_top/init.php b/plugins/hotkeys_force_top/init.php new file mode 100644 index 000000000..faddc9148 --- /dev/null +++ b/plugins/hotkeys_force_top/init.php @@ -0,0 +1,24 @@ +host = $host; + + } + + function get_js() { + return file_get_contents(__DIR__ . "/init.js"); + } + + function api_version() { + return 2; + } + +} -- cgit v1.2.3-54-g00ecf