hdoc-tools 0.9.13 → 0.9.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/ui/js/doc.hornbill.js +2 -0
package/package.json
CHANGED
package/ui/js/doc.hornbill.js
CHANGED
@@ -558,6 +558,8 @@ async function fetchJsonFile(strFilePath)
|
|
558
558
|
|
559
559
|
|
560
560
|
//-- THE INIT APP CALLED FROM index.html
|
561
|
+
$(".document-body").attr("v-pre","");
|
562
|
+
|
561
563
|
var view = new Vue({
|
562
564
|
el: '#vDocDevApp',
|
563
565
|
data: {updateCounter:0,bookId:"", docApp:{keepTocLayout:false,book:{},navSections:[],tableOfContents:[],bookBreadCrumb:[]}},
|