diff --git a/src/elements/markdown-bottom-nav.js b/src/elements/markdown-bottom-nav.js index 8c9a391..47202aa 100644 --- a/src/elements/markdown-bottom-nav.js +++ b/src/elements/markdown-bottom-nav.js @@ -10,8 +10,8 @@ export class MarkdownBottomNav { @bindable navstyle; @bindable base=''; notinitread=true; - previoustitle='Introduction'; - nexttitle='Hemodynamics in Left Ventricle' + previoustitle='';//Introduction'; + nexttitle='';//Hemodynamics in Left Ventricle' @bindable content; constructor(i18n, httpclient) { diff --git a/src/elements/markdown-top-nav.js b/src/elements/markdown-top-nav.js index 56a6e74..f3a4c01 100644 --- a/src/elements/markdown-top-nav.js +++ b/src/elements/markdown-top-nav.js @@ -13,9 +13,9 @@ export class MarkdownTopNav { @bindable base=''; @bindable nav=false; notinitread=true; - previoustitle='Introduction'; - nexttitle='Hemodynamics in Left Ventricle' - navtitle='Hemodynamics in Left Atria'; + previoustitle='';//Introduction'; + nexttitle='';//Hemodynamics in Left Ventricle' + navtitle='';//Hemodynamics in Left Atria'; currentlink=''; constructor(ea) {