renamed tree and inline modules to ModeText & ModeConnections
This commit is contained in:
@@ -69,15 +69,15 @@ var _RouteMenu = {
|
||||
m('h3', 'Mode'),
|
||||
m('ul', [
|
||||
m('li', m('a', {
|
||||
'href':'/'+lang+'/inline'+path[3],
|
||||
'href':`/${lang}/text${path[3]}`,
|
||||
oncreate : m.route.link,
|
||||
onupdate : m.route.link
|
||||
}, "inline")),
|
||||
}, "Text")),
|
||||
m('li', m('a', {
|
||||
'href':'/'+lang+'/tree'+path[3],
|
||||
'href':`/${lang}/connections${path[3]}`,
|
||||
oncreate : m.route.link,
|
||||
onupdate : m.route.link
|
||||
}, "tree")),
|
||||
}, "Connections")),
|
||||
])
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user