diff --git a/resources/views/livewire/bubble-frequency-plot.blade.php b/resources/views/livewire/bubble-frequency-plot.blade.php index a58a992..3b728e8 100644 --- a/resources/views/livewire/bubble-frequency-plot.blade.php +++ b/resources/views/livewire/bubble-frequency-plot.blade.php @@ -27,10 +27,6 @@ function slugify(text) { .toLowerCase() .trim() .replace(/\s+/g, '-') // Replace spaces with - - .replace(/[^\w\-]+/g, '') // Remove all non-word chars - .replace(/\-\-+/g, '-') // Replace multiple - with single - - .replace(/^-+/, '') // Trim - from start of text - .replace(/-+$/, ''); // Trim - from end of text } // Get container dimensions