Fixes some merge issues
This commit is contained in:
@@ -66,6 +66,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<script type="text/javascript">
|
||||||
function ValidateValidation(sender, args) {
|
function ValidateValidation(sender, args) {
|
||||||
try {
|
try {
|
||||||
var patt = new RegExp(args.Value);
|
var patt = new RegExp(args.Value);
|
||||||
@@ -74,4 +75,5 @@
|
|||||||
} catch (e) {
|
} catch (e) {
|
||||||
args.IsValid = false;
|
args.IsValid = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
</script>
|
||||||
Reference in New Issue
Block a user