Merge branch 'master' of github.com:locomotivecms/engine
This commit is contained in:
commit
333934c022
@ -62,7 +62,7 @@ $(document).ready(function() {
|
|||||||
|
|
||||||
if (!slug.hasClass('filled')) {
|
if (!slug.hasClass('filled')) {
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
slug.val(makeSlug(input.val())).addClass('touched');
|
slug.val(makeSlug(input.val(), '-')).addClass('touched');
|
||||||
}, 50);
|
}, 50);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user