7 ms·
TurboLinks only replaces the <body> so you can put any scripts you'd like loaded exactly once into the <head> tag. You can use <script async> to keep it from bl
by nickromano 1y ago
TurboLinks only replaces the <body> so you can put any scripts you'd like loaded exactly once into the <head> tag. You can use <script async> to keep it from blocking.
- _1tem 1y agoyeah but I needed it loaded exactly once only on certain pages and not on others.