Fixes some merge issues

This commit is contained in:
Shannon
2013-12-19 16:09:33 +11:00
parent a5828a2c3e
commit d7207f7c2a

View File

@@ -66,6 +66,7 @@
</div>
</div>
</li>
<script type="text/javascript">
function ValidateValidation(sender, args) {
try {
var patt = new RegExp(args.Value);
@@ -74,4 +75,5 @@
} catch (e) {
args.IsValid = false;
}
}
}
</script>