From 1c8bcb580e046218ee9d07ec7d9f707fbd7b3219 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 25 Jul 2013 14:54:46 +0400 Subject: add simple plugin to prevent tt-rss tab flashing on new articles --- plugins/no_title_counters/init.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 plugins/no_title_counters/init.php (limited to 'plugins/no_title_counters/init.php') diff --git a/plugins/no_title_counters/init.php b/plugins/no_title_counters/init.php new file mode 100644 index 000000000..a9f22831d --- /dev/null +++ b/plugins/no_title_counters/init.php @@ -0,0 +1,25 @@ +host = $host; + + } + + function get_js() { + return file_get_contents(__DIR__ . "/init.js"); + } + + function api_version() { + return 2; + } + +} +?> -- cgit v1.2.3