1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 01:34:43 -05:00
This commit is contained in:
ashley 2024-08-04 20:25:28 +00:00
parent f204c94415
commit 653de060c5

View file

@ -511,7 +511,6 @@ Web </a>
</div>
</div>
<%
<%
function isMathExpression(query) {
return /^[0-9\s\+\-\*\/\.\x]+$/.test(query);
}