Skip to content

Commit

Permalink
Merge pull request #120 from IUrreta/fix-disabled
Browse files Browse the repository at this point in the history
Fix disabled
  • Loading branch information
IUrreta authored Oct 5, 2023
2 parents 07bf58c + 131e394 commit f4a0a8c
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 25 deletions.
4 changes: 2 additions & 2 deletions front/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ <h3 class="font">by <a href="https://twitter.com/ignaciourreta_" id="byname">@ig
</div>
</div>
<div class="confirm-section">
<div class="btn custom-confirm disabled" id="confirmbtn">Save changes</div>
<div class="btn custom-confirm" id="confirmbtn">Save changes</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -1282,7 +1282,7 @@ <h3 class="font">by <a href="https://twitter.com/ignaciourreta_" id="byname">@ig
<footer class="footer">
<div class="socials">
<a class="bi bi-github" href="https://github.com/IUrreta/DatabaseEditor">&nbsp;DDBB Editor</a>
<a class="bi bi-twitter" href="https://twitter.com/ignaciourreta_">&nbsp;@ignaciourreta_</a>
<a class="bi bi-twitter-x" href="https://twitter.com/ignaciourreta_">&nbsp;@ignaciourreta_</a>
<a class="bi bi-reddit" href="https://www.reddit.com/user/ignaciourreta">&nbsp;ignaciourreta</a>
<a class="bi bi-heart" href="https://www.buymeacoffee.com/iUrreta">&nbsp;Support me</a>
</div>
Expand Down
2 changes: 0 additions & 2 deletions front/js/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ function place_drivers_editStats(driversArray) {
statPanelShown = 1
}

document.getElementById("confirmbtn").className = "btn custom-confirm disabled"
recalculateOverall()

});
Expand Down Expand Up @@ -148,7 +147,6 @@ function place_staff(staffArray) {
statPanelShown = 1
}

document.getElementById("confirmbtn").className = "btn custom-confirm disabled"
recalculateOverall()

});
Expand Down
2 changes: 1 addition & 1 deletion front/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ a.bi-reddit:hover {
color: #FFA07A;
}

a.bi-twitter:hover,
a.bi-twitter-x:hover,
#byname:hover {
color: #8fc7f0;
}
Expand Down
2 changes: 1 addition & 1 deletion launcher/version.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.2
1.6.3
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Database Editor F1M23",
"version": "1.6.2",
"version": "1.6.3",
"description": "A tool that will let you edit your save file from F1M23",
"main": "main.js",
"scripts": {
Expand All @@ -10,8 +10,8 @@
"author": "IUrreta",
"license": "LGPL-3.0-or-later",
"dependencies": {
"bootstrap": "^5.3.0",
"bootstrap-icons": "^1.10.5",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.0",
"chart.js": "^4.4.0",
"interactjs": "^1.10.17",
"marked": "^7.0.3",
Expand Down

0 comments on commit f4a0a8c

Please sign in to comment.