Skip to content

Commit

Permalink
v2.1.8 - Quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakorr authored Apr 7, 2024
1 parent 5ae32f0 commit 89d96a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions acas.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
// @require https://greasyfork.org/scripts/470418-commlink-js/code/CommLinkjs.js
// @require https://greasyfork.org/scripts/470417-universalboarddrawer-js/code/UniversalBoardDrawerjs.js
// @icon https://raw.githubusercontent.com/Psyyke/A.C.A.S/main/assets/images/grey-logo.png
// @version 2.1.7
// @version 2.1.8
// @namespace HKR
// @author HKR
// @license GPL-3.0
Expand Down Expand Up @@ -1099,7 +1099,6 @@ function getFen(onlyBasic) {
}

function resetCachedValues() {
chesscomVariantBoardCoordsTable = null;
chesscomVariantPlayerColorsTable = null;
}

Expand Down Expand Up @@ -2705,4 +2704,4 @@ if(typeof GM_registerMenuCommand === 'function') {
}
}

setInterval(initializeIfSiteReady, 1000);
setInterval(initializeIfSiteReady, 1000);

0 comments on commit 89d96a4

Please sign in to comment.