Skip to content

Commit

Permalink
Update CifiNavBar.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Zethoun authored Feb 23, 2024
1 parent f37ff40 commit 6c73b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CifiNavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function reDim() {
$(`.navbar-nav .nav-link[data-tab=${playerData.activePortal}]`).addClass(
'active',
)

$('.navbar-brand').append(' v' + GameDB.version)
$('.navbar-nav')
.find('.nav-link')
.click((e) => {
Expand Down

0 comments on commit 6c73b81

Please sign in to comment.