How to disable Turbolinks in a specific page?

前端 未结 6 1668
醉酒成梦
醉酒成梦 2021-02-12 13:54

I have an issue with a script only working when refreshing the page and so I\'m trying to disable Turbolinks for only that page. The code below doesn\'t work. However, if I add

6条回答
  •  面向向阳花
    2021-02-12 14:32

    For the last Turbolinks, I've to add both add:

    
    

    in the and:

     
    

    in place of the tag to fully disable Turbolinks for a specific page.

提交回复
热议问题