Commit 4e9275b
authored
Avoid having comments partial load twise. (#4893)
Comments partial had `hx-trigger="load, intersect once"`. This PR
removes `, intersect once`.
Looks like `, intersect once` was a leftover that we missed to remove at
some point. It causes the comment partial to load twice on each page
load for no reason.1 parent 7ca385d commit 4e9275b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments