15c15
< 	  DriggValidateURL( $("#edit-url"), "Story's URL", 'sURL', true);
---
> 	  DriggValidateURL( $("#edit-url"), "Story's URL", 'sURL', true, false);
175c175
< 	DriggValidateURL( this, 'Trackback URL', 'tbURL', false);
---
> 	DriggValidateURL( this, 'Trackback URL', 'tbURL', false, true, true);
194c194
<         DriggValidateURL( this, "Story's URL", 'sURL', false);
---
>         DriggValidateURL( this, "Story's URL", 'sURL', false, true);
213a214,217
> //
> // <asyncstate> is a way to have a aynchronous or not request. 
> // synchronous requests may temporarily lock the browser
> // and are used for submit validation
215c219
< var DriggValidateURL = function(elem, prefix, errtype, check) {
---
> var DriggValidateURL = function(elem, prefix, errtype, check, asyncstate) {
244d247
< 
248a252
> 			async    : asyncstate,
