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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hdoc-tools",
3
- "version": "0.9.13",
3
+ "version": "0.9.14",
4
4
  "description": "Hornbill HDocBook Development Support Tool",
5
5
  "main": "hdoc.js",
6
6
  "bin": {
@@ -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:[]}},