mirror of
https://github.com/zhigang1992/docsify.git
synced 2026-04-22 12:06:08 +08:00
tweaks
This commit is contained in:
@@ -45,8 +45,7 @@ export function get (url, hasBar = false) {
|
||||
const result = cache[url] = {
|
||||
content: target.response,
|
||||
opt: {
|
||||
updatedAt: xhr.getResponseHeader('last-modified') ||
|
||||
xhr.getResponseHeader('expires')
|
||||
updatedAt: xhr.getResponseHeader('last-modified')
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user