Left menu fix
gitea/hedera-web/pipeline/head This commit looks good
Details
gitea/hedera-web/pipeline/head This commit looks good
Details
This commit is contained in:
parent
803075f216
commit
32b794225a
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.407.64) stable; urgency=low
|
||||
hedera-web (1.407.65) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -199,6 +199,7 @@ module.exports = new Class({
|
|||
|
||||
,createMenu: function(res, sectionMap, parent, ul) {
|
||||
var sections = sectionMap[parent];
|
||||
if (!sections) return;
|
||||
|
||||
for (var i = 0; i < sections.length; i++) {
|
||||
res.row = sections[i];
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.407.64",
|
||||
"version": "1.407.65",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue