Zorn192 / AutoTrimps

AutoTrimps - Zek
GNU General Public License v3.0
58 stars 102 forks source link

getArmyTime is not defined #109

Closed lcsa closed 2 years ago

lcsa commented 4 years ago

function addToolTipToArmyCount(){var a=document.getElementById("trimpsFighting");"tooltipadded"!=a.className&&(a.setAttribute("onmouseover","tooltip(\"Army Count\", \"customText\", event, \"To Fight now would add: \" + prettify(getArmyTime()) + \" seconds to the breed timer.\")"),a.setAttribute("onmouseout","tooltip(\"hide\")"),a.setAttribute("class","tooltipadded"))}

When hovering on the army count console will log this error. It seems getArmyTime() in query.js was removed long times ago, not sure if it should be fixed or removed.