This commit is contained in:
Molkobain
2021-09-09 14:51:40 +02:00
parent 15e99a898e
commit f9e54e1dde

View File

@@ -373,6 +373,7 @@ $(function()
/**
* @param sParentMenuNodeId {string} ID of the parent menu node the shortcut should be added to
* @param sNewMenuNodeHtmlRendering {string} HTML rendering of the new menu node to add
* @param sNewMenulabel {string} Label of the menu node to add
* @return {boolean}
*/
_addShortcut: function (sParentMenuNodeId, sNewMenuNodeHtmlRendering, sNewMenulabel) {