forked from verdnatura/hedera-web
Left menu fix
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.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -199,6 +199,7 @@ module.exports = new Class({
|
||||||
|
|
||||||
,createMenu: function(res, sectionMap, parent, ul) {
|
,createMenu: function(res, sectionMap, parent, ul) {
|
||||||
var sections = sectionMap[parent];
|
var sections = sectionMap[parent];
|
||||||
|
if (!sections) return;
|
||||||
|
|
||||||
for (var i = 0; i < sections.length; i++) {
|
for (var i = 0; i < sections.length; i++) {
|
||||||
res.row = sections[i];
|
res.row = sections[i];
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "1.407.64",
|
"version": "1.407.65",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue