Skip to content

Commit 1c1f554

Browse files
committed
add load for toc web page
1 parent d2f748c commit 1c1f554

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

uniparser/static/uniparser.js

+3
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ var Main = {
8787
case 2:
8888
this.parse()
8989
break
90+
case 3:
91+
this.load_rule_popup()
92+
break
9093
default:
9194
document
9295
.querySelectorAll(".rule")

uniparser/static/uniparser.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)