1
Fork 0
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);
}