|
@@ -44,7 +44,9 @@
|
|
};
|
|
};
|
|
|
|
|
|
function validateUrl(input) {
|
|
function validateUrl(input) {
|
|
- return input.match(new RegExp("([a-zA-Z0-9]+://)?([a-zA-Z0-9_]+:[a-zA-Z0-9_]+@)?([a-zA-Z0-9.-]+\\.[A-Za-z]{2,4})(:[0-9]+)?(/.*)?"));
|
|
|
|
|
|
+ if (null != null) {
|
|
|
|
+ return input.match(new RegExp("([a-zA-Z0-9]+://)?([a-zA-Z0-9_]+:[a-zA-Z0-9_]+@)?([a-zA-Z0-9.-]+\\.[A-Za-z]{2,4})(:[0-9]+)?(/.*)?"));
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
// function buildPreview(doc) {
|
|
// function buildPreview(doc) {
|