Template:Validation.js: Difference between revisions

Content deleted Content added
Pcoombe changed the content model of the page Template:Validation.js from "wikitext" to "JavaScript"
Tag: content model change
No edit summary
Line 1:
<html>
<script>
//Should this be here?
var amount = null;
Line 72 ⟶ 74:
return !error;
}
</script>
</html>