Skip to content
Snippets Groups Projects
Commit c0f4b816 authored by Saif Ali's avatar Saif Ali
Browse files

slugify updated

parent 4bef0017
No related branches found
No related tags found
No related merge requests found
Pipeline #3197 canceled
......@@ -11,4 +11,4 @@ const slugify = (val) => {
titleInput.addEventListener('keyup', (e) => {
slugInput.setAttribute('value', slugify(titleInput.value));
});
});
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment