Skip to content

Commit

Permalink
Update admin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Nov 5, 2023
1 parent 8f63245 commit f62ae9e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions resources/js/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,4 @@ enableTagsField();
* Slug plugin.
*/
import Slug from './admin/slug';
const items = document.querySelectorAll('[data-slug]').forEach((item) => {
new Slug(item);
});
document.querySelectorAll('[data-slug]').forEach((item) => new Slug(item));

0 comments on commit f62ae9e

Please sign in to comment.