summaryrefslogtreecommitdiff
path: root/MakingPlugins.md
diff options
context:
space:
mode:
authorfox <[email protected]>2019-02-27 12:39:36 +0000
committerfox <[email protected]>2019-02-27 12:39:36 +0000
commit91333eff5149c09bca95788ad20937885e9748b8 (patch)
tree4a83e5a181382d41449dca147bcdabee2874e1fa /MakingPlugins.md
parent81d6627c491c904fd9a4444ddb30c065435ffc36 (diff)
Update page 'MakingPlugins'
Diffstat (limited to 'MakingPlugins.md')
-rw-r--r--MakingPlugins.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/MakingPlugins.md b/MakingPlugins.md
index c799671..9303115 100644
--- a/MakingPlugins.md
+++ b/MakingPlugins.md
@@ -8,6 +8,6 @@ the database, modify how articles are rendered, alter feed data, and
many more things.
List of hooks you can use is available in <code>classes/pluginhost.php</code>.
-Some javascript hooks are also available.
+Some javascript hooks are also available <code>(js/PluginHost.js)</code>.
Some example plugins are available in the [samples](https://git.tt-rss.org/git/tt-rss-samples) repository.