diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-03 21:30:24 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-03 21:30:24 +0000 |
| commit | 263677a46ee031277fae07109acac17b5ef821c4 (patch) | |
| tree | 0bbd6da3ca4fc9e4809f20be713161d39a5a525a /template/search_files.st | |
| parent | b3928bc192cdf729d4b9e53ff5603905ae446fb7 (diff) | |
Refactor: extract page init snippets
Diffstat (limited to 'template/search_files.st')
| -rwxr-xr-x | template/search_files.st | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/template/search_files.st b/template/search_files.st index 4e55e0f..459a86a 100755 --- a/template/search_files.st +++ b/template/search_files.st @@ -4,11 +4,7 @@ <title>dump.fm image search</title> $head()$ <link rel="stylesheet" type="text/css" href="/static/css/search_files.css?v=20260129"> - <script> - -jQuery(document).ready(Search.initFullpage) - -</script> + <script type="text/javascript" src="/static/js/pages/search_files_init.js?v=20260203"></script> </head> <body> |
