Merge branch 'master' of github.com:locomotivecms/engine

This commit is contained in:
did 2011-07-28 21:11:24 +02:00
commit 333934c022
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ $(document).ready(function() {
if (!slug.hasClass('filled')) {
setTimeout(function() {
slug.val(makeSlug(input.val())).addClass('touched');
slug.val(makeSlug(input.val(), '-')).addClass('touched');
}, 50);
}
});