commit | d162b2e42c0ed214854588f6546121d609e38f74 | [log] [tgz] |
---|---|---|
author | Leo Repp <Leo-Aus-Berlin@korap.ids-mannheim.de> | Wed Jun 30 13:51:07 2021 +0200 |
committer | Leo Repp <Leo-Aus-Berlin@korap.ids-mannheim.de> | Wed Aug 18 13:45:58 2021 +0200 |
tree | 49a71b93e1abdccc4761597ce8eface4b6860a6d | |
parent | 74c6e471f6cfba47b2d2bea617202971d46ad0ee [diff] [blame] |
New menu with a container for mutliple always available non scrollable items Change-Id: I5c8379cc82038da4a6c0923bbf59ec8faaa1eb9f
diff --git a/dev/js/src/menu/prefix.js b/dev/js/src/menu/prefix.js index f6c6c76..20e2753 100644 --- a/dev/js/src/menu/prefix.js +++ b/dev/js/src/menu/prefix.js
@@ -22,9 +22,9 @@ t._el.classList.add('pref'); // Connect action - if (t["onclick"] !== undefined) + if (t["onclick"] !== undefined) { t._el["onclick"] = t.onclick.bind(t); - + } return t; },