Skip to content

Commit

Permalink
Updated landing and potree sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Tars4815 committed Apr 9, 2024
1 parent 12e8d98 commit b76a02f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<i class="fas fa-laptop-code">&nbsp;</i>Explore & Download
</a>
<!--INSERIRE LINK A REPOSITORY GITHUB-->
<a class="link" href="#" target="_blank">
<a class="link" href="https://github.com/Tars4815/thebelvedereglacier" target="_blank">
<i class="fab fa-github">&nbsp;</i>Github repository
</a>
<!--INSERIRE LINK A SITO LABORATORIO-->
Expand Down
2 changes: 1 addition & 1 deletion app/potree/pointcloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ viewer.setDescription("");

viewer.loadGUI(() => {
viewer.setLanguage('en');
viewer.toggleSidebar();
//viewer.toggleSidebar();
$("#menu_appearance").next().show();
$("#menu_tools").next().show();
let section = $(`<h3 id="menu_meta" class="accordion-header ui-widget"><span>Credits</span></h3><div class="accordion-content ui-widget pv-menu-list"></div>`);
Expand Down

0 comments on commit b76a02f

Please sign in to comment.