Skip to content

Commit

Permalink
File Viewer Tree Example: fix for broken icons on declared properties…
Browse files Browse the repository at this point in the history
… example
  • Loading branch information
howard-e committed Nov 15, 2021
1 parent 8d649b5 commit f623ddb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/treeview/treeview-1/treeview-1b.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<script src="../../js/app.js"></script>

<link href="css/tree.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css"
integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">

<script type="text/javascript" src="js/tree.js"></script>
<script type="text/javascript" src="js/treeitem.js"></script>
<script type="text/javascript" src="js/treeitemClick.js"></script>
Expand Down

0 comments on commit f623ddb

Please sign in to comment.