Skip to content

Commit 3004560

Browse files
committed
Remove meta name='turbo-visit-control' content='reload'
1 parent 7542bce commit 3004560

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

app/views/collections/_form.html.slim

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
- content_for :head do
2-
// Force a full page reload, see https://turbo.hotwired.dev/handbook/drive#ensuring-specific-pages-trigger-a-full-reload.
3-
Otherwise, code might not be highlighted correctly (race condition)
4-
meta name='turbo-visit-control' content='reload'
52
- append_javascript_pack_tag('toast-ui')
63
- append_stylesheet_pack_tag('toast-ui')
74

app/views/tasks/_form.html.slim

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
- content_for :head do
2-
// Force a full page reload, see https://turbo.hotwired.dev/handbook/drive#ensuring-specific-pages-trigger-a-full-reload.
3-
Otherwise, code might not be highlighted correctly (race condition)
4-
meta name='turbo-visit-control' content='reload'
52
- append_javascript_pack_tag('toast-ui')
63
- append_stylesheet_pack_tag('toast-ui')
74

0 commit comments

Comments
 (0)