|
|
@ -38,7 +38,7 @@ bootup.CMSObserver = function(_sysId,_domId,_fileURI){
|
|
|
|
$(_pid).remove()
|
|
|
|
$(_pid).remove()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
$('#'+_domId).append(x.responseText)
|
|
|
|
$('#'+_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
|
|
|
|
// Finalize the process of rendering the content on the fly
|
|
|
|
bootup.finalize = function(_id){
|
|
|
|
bootup.finalize = function(_id){
|
|
|
|
this.apply = function(_caller){
|
|
|
|
this.apply = function(_caller){
|
|
|
|
menu.runScript('#'+_id)
|
|
|
|
// menu.runScript('#'+_id)
|
|
|
|
|
|
|
|
setTimeout(function(){menu.events.finalize(_id);},1000)
|
|
|
|
|
|
|
|
// menu.events.finalize(_id)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|