diff --git a/cms/static/js/bootup.js b/cms/static/js/bootup.js
index 6fc6a3f..fd8afb4 100644
--- a/cms/static/js/bootup.js
+++ b/cms/static/js/bootup.js
@@ -38,7 +38,7 @@ bootup.CMSObserver = function(_sysId,_domId,_fileURI){
$(_pid).remove()
}
$('#'+_domId).append(x.responseText)
- },1500)
+ },10)
}
@@ -56,7 +56,9 @@ bootup.CMSObserver = function(_sysId,_domId,_fileURI){
// Finalize the process of rendering the content on the fly
bootup.finalize = function(_id){
this.apply = function(_caller){
- menu.runScript('#'+_id)
+ // menu.runScript('#'+_id)
+ setTimeout(function(){menu.events.finalize(_id);},1000)
+ // menu.events.finalize(_id)
}
}
diff --git a/cms/static/js/menu.js b/cms/static/js/menu.js
index e0b32a8..f040821 100644
--- a/cms/static/js/menu.js
+++ b/cms/static/js/menu.js
@@ -347,6 +347,8 @@ menu.tabs.init =function (_layout,_context){
}else{
_layout.order = {menu:[]}
}
+
+
var _count = 0
var _items = 0
Object.keys(_layout.menu).forEach(_name=>{
diff --git a/cms/templates/index.html b/cms/templates/index.html
index 825a231..bfc6b84 100644
--- a/cms/templates/index.html
+++ b/cms/templates/index.html
@@ -53,6 +53,7 @@ Vanderbilt University Medical Center
+