1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-23 20:37:42 +00:00

use image last modified time to remove browser cache (#7554)

* use image last modified time to remove browser cache

* remove useless
This commit is contained in:
Michael An
2025-03-05 17:01:54 +08:00
committed by GitHub
parent e8de9ba848
commit a83adb7929
28 changed files with 107 additions and 164 deletions

View File

@@ -65,7 +65,7 @@ class Tree {
}
updateNode(node, keys, newValues) {
node.updateObjectParam(keys, newValues);
node.updateObjectProperties(keys, newValues);
}
moveNode(node, destNode) {