Skip to content

Commit

Permalink
Fix gotoAceMainTab
Browse files Browse the repository at this point in the history
  • Loading branch information
vncoelho committed Oct 16, 2023
1 parent a3541db commit 90da117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
</div>

<ul class="nav nav-tabs aceLITabs" id="navFiles">
<li role="presentation" class="active"><a href="#nav-compilers/" onclick="goToMainTab()"
<li role="presentation" class="active"><a href="#nav-compilers/" onclick="goToACEMainTab()"
id="mainTabAceEditor">Main.cs</a></li>
<li role="presentation" id="addTabIcon" onclick="Editor.addNewTab()"><a href="#nav-compilers/"><i
class="fa fa-plus-square" aria-hidden="true"></i></a></li>
Expand Down

0 comments on commit 90da117

Please sign in to comment.