gues type from id, classe added to dots on connecction mode (remians nested dots and text mode)
This commit is contained in:
+2
-2
@@ -39,7 +39,7 @@ function init(){
|
||||
_dbs.load(function(){
|
||||
console.log('init dbs callback');
|
||||
console.log("Init _dbs.data", _dbs.data);
|
||||
// console.log("Init _dbs.data_byid", _dbs.data_byid);
|
||||
console.log("Init _dbs.data_byid", _dbs.data_byid);
|
||||
// console.log("Init _dbs.data_strct", _dbs.data_strct);
|
||||
m.route.prefix("");
|
||||
m.route(document.body, "/fr/text", {
|
||||
@@ -49,7 +49,7 @@ function init(){
|
||||
return m(Layout, vn.attrs, m(_ModeText, vn.attrs));
|
||||
}
|
||||
},
|
||||
"/:lang/conexions": {
|
||||
"/:lang/connections": {
|
||||
render(vn){
|
||||
return m(Layout, vn.attrs, m(_ModeConnections, vn.attrs));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user