mirror of
https://github.com/caddyserver/caddy.git
synced 2025-05-30 19:55:04 -04: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
@ -326,7 +326,7 @@ footer {
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</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;">
|
<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>
|
<defs>
|
||||||
<!-- Folder -->
|
<!-- Folder -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user