Skip to content

Commit

Permalink
Merge branch 'next' into feat/vertical-toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
neSpecc committed Mar 13, 2022
2 parents a005b07 + 82e8ff9 commit e7b2698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/example-dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<script src="./tools/quote/dist/bundle.js"></script><!-- Quote -->
<script src="./tools/code/dist/bundle.js"></script><!-- Code -->
<script src="./tools/embed/dist/bundle.js"></script><!-- Embed -->
<script src="./tools/table/dist/bundle.js"></script><!-- Table -->
<script src="./tools/table/dist/table.js"></script><!-- Table -->
<script src="./tools/link/dist/bundle.js"></script><!-- Link -->
<script src="./tools/raw/dist/bundle.js"></script><!-- Raw -->
<script src="./tools/warning/dist/bundle.js"></script><!-- Warning -->
Expand Down
2 changes: 1 addition & 1 deletion example/example-rtl.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<script src="./tools/quote/dist/bundle.js"></script><!-- Quote -->
<script src="./tools/code/dist/bundle.js"></script><!-- Code -->
<script src="./tools/embed/dist/bundle.js"></script><!-- Embed -->
<script src="./tools/table/dist/bundle.js"></script><!-- Table -->
<script src="./tools/table/dist/table.js"></script><!-- Table -->
<script src="./tools/link/dist/bundle.js"></script><!-- Link -->
<script src="./tools/raw/dist/bundle.js"></script><!-- Raw -->
<script src="./tools/warning/dist/bundle.js"></script><!-- Warning -->
Expand Down

0 comments on commit e7b2698

Please sign in to comment.