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:
@@ -65,7 +65,7 @@ class Tree {
|
||||
}
|
||||
|
||||
updateNode(node, keys, newValues) {
|
||||
node.updateObjectParam(keys, newValues);
|
||||
node.updateObjectProperties(keys, newValues);
|
||||
}
|
||||
|
||||
moveNode(node, destNode) {
|
||||
|
Reference in New Issue
Block a user