From 2f6ea8b387ee4717516cbc96140f58542fbfa30c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 4 Mar 2021 15:09:56 +0300 Subject: split a bunch of plugins into separate repos --- plugins/no_title_counters/init.js | 9 --------- plugins/no_title_counters/init.php | 24 ------------------------ 2 files changed, 33 deletions(-) delete mode 100644 plugins/no_title_counters/init.js delete mode 100644 plugins/no_title_counters/init.php (limited to 'plugins/no_title_counters') diff --git a/plugins/no_title_counters/init.js b/plugins/no_title_counters/init.js deleted file mode 100644 index 6c0cb38e2..000000000 --- a/plugins/no_title_counters/init.js +++ /dev/null @@ -1,9 +0,0 @@ -require(['dojo/_base/kernel', 'dojo/ready'], function (dojo, ready) { - ready(function () { - PluginHost.register(PluginHost.HOOK_INIT_COMPLETE, () => { - App.updateTitle = function () { - document.title = "Tiny Tiny RSS"; - }; - }); - }); -}); diff --git a/plugins/no_title_counters/init.php b/plugins/no_title_counters/init.php deleted file mode 100644 index ff8dbe9fa..000000000 --- a/plugins/no_title_counters/init.php +++ /dev/null @@ -1,24 +0,0 @@ -host = $host; - - } - - function get_js() { - return file_get_contents(__DIR__ . "/init.js"); - } - - function api_version() { - return 2; - } - -} \ No newline at end of file -- cgit v1.2.3