You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
332 B

<h2>NOTIFICATION BAR</h2>
<script data-turbo-temporary>
document.addEventListener('turbo:load',(e)=>{
const notyf=window.buildNotyf()
notyf.success('rails notice')
notyf.error('rails alert')
// useful to prevent flickering from turbo preview
Turbo.cache.exemptPageFromPreview()
}, {once: true})
</script>