hdoc-tools 0.8.20 → 0.8.21

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.8.20",
3
+ "version": "0.8.21",
4
4
  "description": "Hornbill HDocBook Development Support Tool",
5
5
  "main": "hdoc.js",
6
6
  "bin": {
package/ui/index.html CHANGED
@@ -218,13 +218,13 @@
218
218
  Article
219
219
  </li>
220
220
  <li class="ps-0 mt-0 nav-bar-item">
221
- 2023-01-17
221
+ YYYY-MM-DD
222
222
  </li>
223
223
  <li class="ps-0 mt-0 nav-bar-item">
224
- 8 minutes to read
224
+ (n) minutes to read
225
225
  </li>
226
226
  <li class="ps-0 mt-0 nav-bar-item">
227
- <a class="link c-pointer">3 contributers</a>
227
+ <a class="link c-pointer">(n) contributers</a>
228
228
  </li>
229
229
  </ul>
230
230
  </div>
@@ -229,7 +229,7 @@ function loadContentUrl(linkRef,fromPageRefresh,fromPopState)
229
229
 
230
230
  //-- destroy any existing content children and events properly
231
231
  jqContentContainer.empty();
232
-
232
+ jqDocumentHeader.find(".document-title").empty();
233
233
 
234
234
  //-- for now just load whatever the href prop is (we can add actions to perform specific processing and then load content based on element atts etc)
235
235
  let frontmatterData = {};