Skip to content

Commit 67d357b

Browse files
committed
1
1 parent c11b181 commit 67d357b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web/template/page.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class Page {
1212

1313
#Context = null;
14-
14+
1515
constructor() {
1616
this.#Context = null;
1717
}
@@ -48,6 +48,8 @@ window.onload = function () {
4848
initializePageInformation();
4949

5050
initializeMainMenu();
51+
52+
initializeMarkdwonView();
5153
}
5254

5355

0 commit comments

Comments
 (0)