periodicjs.core.utilities
Advanced tools
Comparing version 3.2.0 to 3.4.0
@@ -281,2 +281,3 @@ /* | ||
menu: { | ||
Global: {}, | ||
Content: {}, | ||
@@ -296,2 +297,5 @@ Themes: {}, | ||
// console.log("before adminmenu",adminmenu); | ||
if (extmenudata.menu.Global) { | ||
adminmenu.menu.Global = merge(extmenudata.menu.Global, adminmenu.menu.Global); | ||
} | ||
if (extmenudata.menu.Content) { | ||
@@ -298,0 +302,0 @@ adminmenu.menu.Content = merge(extmenudata.menu.Content, adminmenu.menu.Content); |
{ | ||
"name": "periodicjs.core.utilities", | ||
"description": "A group of utility functions for restarting periodic's express application and helper functions to manipulate strings and other data structures", | ||
"version": "3.2.0", | ||
"version": "3.4.0", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "engines": { |
94557
935