[-] BO : Bug Fixed #PSCFV-2677 - You shouldn't be allowed to put spaces in virtual url
This commit is contained in:
@@ -53,6 +53,14 @@
|
||||
$('#domain_ssl').val($('#domain').val());
|
||||
}
|
||||
});
|
||||
|
||||
$('#virtual_uri').keyup(function()
|
||||
{
|
||||
txt = $('#virtual_uri').val()
|
||||
txt = txt.replace(' ', '-');
|
||||
$('#virtual_uri').val(txt);
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
var shopUrl = {$js_shop_url};
|
||||
|
||||
Reference in New Issue
Block a user