mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-06 22:40:31 -05:00
browse: filter on document load (#2368)
When using the Browse directive, this applies the filter when using the browser history to go the previous directory.
This commit is contained in:
parent
ce0988f48a
commit
764c9ec956
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ footer {
|
|||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<body onload='filter()'>
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="0" width="0" style="position: absolute;">
|
||||
<defs>
|
||||
<!-- Folder -->
|
||||
|
|
Loading…
Reference in a new issue