From ef458992c12438f88780c52076cf105e3de8a60e Mon Sep 17 00:00:00 2001 From: Clemens Neubauer Date: Thu, 7 Jan 2021 21:45:48 +0100 Subject: two new hooks (#3342) * add two new hooks I develop a new extension and i need 2 new hooks for it * update EN documentation * Correct typing errors * Update app/views/helpers/javascript_vars.phtml Co-authored-by: Alexandre Alapetite --- p/scripts/main.js | 1 + 1 file changed, 1 insertion(+) (limited to 'p/scripts') diff --git a/p/scripts/main.js b/p/scripts/main.js index f8d20a622..0dbae3913 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -43,6 +43,7 @@ var context; context.icons = json.icons; context.icons.read = decodeURIComponent(context.icons.read); context.icons.unread = decodeURIComponent(context.icons.unread); + context.extensions = json.extensions; }()); // -- cgit v1.2.3