diff --git a/city e-commerce 0.0.1.html b/city e-commerce 0.0.1.html
index 63811f2..71eac94 100644
--- a/city e-commerce 0.0.1.html
+++ b/city e-commerce 0.0.1.html
@@ -9801,22 +9801,170 @@
reactor.addEventListener("startUpErrorLog", log => console.showMessage(log))
function onLoadStartUp() {
-
- //addStartUpFunction('Sample', Promised Function)
- //setAppObjectStores({sampleObs1:{}, sampleObs2:{options{autoIncrement:true, keyPath:'SampleKey'}, Indexes:{sampleIndex:{}}}})
- //showLoader();
showMessage("Starting the app! Please Wait!")
floDapps.launchStartUp().then(result => {
console.log(result)
showMessage(result)
showMessage(`Welcome ${myFloID}`)
- buidAdminUI();
- cloudArticleApp.retrieveLatestContent();
}).catch(error => console.error(error))
}
+
+
+
+
+
+