Increase cache busters for changed JS and CSS files

Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
Pablo Zmdl
2026-02-17 11:16:35 +01:00
parent 0a5590bfa7
commit 56f34703fa
3 changed files with 5 additions and 5 deletions

View File

@@ -335,7 +335,7 @@ readonly class DockerController {
<!DOCTYPE html>
<html lang="en" class="overlay-iframe">
<head>
<link rel="stylesheet" href="../../style.css?v7" media="all" />
<link rel="stylesheet" href="../../style.css?v8" media="all" />
<script>
const observer = new MutationObserver((records) => {
const node = records[0]?.addedNodes[0];