Enable menu refresh

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-29 05:05:15 -04:00
parent 68a4b72c37
commit 77d897ab1f

View File

@@ -163,7 +163,7 @@ class MayanApp {
this.setupNewWindowAnchor();
$.each(this.ajaxMenusOptions, function(index, value) {
value.app = self;
//app.doRefreshAJAXMenu(value);
app.doRefreshAJAXMenu(value);
});
partialNavigation.initialize();
}