Skip to content

Commit

Permalink
7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomPerson3465 committed Sep 15, 2024
1 parent ace6e42 commit db8afa1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 112 deletions.
111 changes: 0 additions & 111 deletions livecountsnet/index.js

This file was deleted.

2 changes: 1 addition & 1 deletion top50/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ <h2>Audit Settings</h2>
<button onclick="saveAuditSettings()">Save Audit Settings</button>
<button onclick="audit2()" id="audit">Enable Audits</button>
</div><br>
<h2>Fire Icons</h2>
<h2>Fire Icons (BETA)</h2>
<div>
<label>Enable Fire Icons: <input type="checkbox" id="fireEnabled"></label><br>
<label>Type: <select id="fireType">
Expand Down
12 changes: 12 additions & 0 deletions top50/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,18 @@ function initLoad(redo) {
}
}
}
if (!data.fireIcons) {
data.fireIcons = {
'enabled': false,
'type': 'gain',
'firePosition': 'above',
'fireScale': 1,
'fireBorderRadius': 0,
'fireBorderColor': '#000',
'fireBorderWidth': 0,
'created': []
}
}
if (data.apiUpdates.enabled) {
apiInterval = setInterval(function () {
apiUpdate(true);
Expand Down

0 comments on commit db8afa1

Please sign in to comment.