mirror of
https://github.com/2009scape/2009scape.github.io.git
synced 2024-11-22 19:02:39 +01:00
Comment out an erroring line
This commit is contained in:
parent
669fbda06c
commit
15aedfaafc
@ -124,7 +124,7 @@ hiscores.changePlaqueWorld = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
hiscores.updateLegendText = () => {
|
hiscores.updateLegendText = () => {
|
||||||
document.getElementById("worldxprate").innerText = `World ${hiscores.world} default XP rate: ${hiscores.world === 1 ? 1 : 5}x`;
|
//document.getElementById("worldxprate").innerText = `World ${hiscores.world} default XP rate: ${hiscores.world === 1 ? 1 : 5}x`;
|
||||||
}
|
}
|
||||||
|
|
||||||
hiscores.addSkillsAndActivityFilters = () => {
|
hiscores.addSkillsAndActivityFilters = () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user