Skip to content

Commit 36d0869

Browse files
committed
Deep linking works for search results.
1 parent 256e4e6 commit 36d0869

File tree

1 file changed

+1
-2
lines changed
  • code/ch6_active_search/ch6_final_video_collector/templates/videos

1 file changed

+1
-2
lines changed

code/ch6_active_search/ch6_final_video_collector/templates/videos/search.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ <h1>Search video collector</h1>
1212
hx-get="/videos/search"
1313
hx-trigger="keyup changed delay:250ms"
1414
hx-target="#search-results"
15-
hx-push-url="true"
16-
>
15+
hx-push-url="true">
1716

1817
</div>
1918

0 commit comments

Comments
 (0)