mirror of
https://github.com/wahyd4/docsify.git
synced 2026-08-09 13:26:34 +10:00
bump: 3.7.2
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
|
||||
## 3.7.2 / 2017-05-19
|
||||
|
||||
* tweaks
|
||||
|
||||
|
||||
## 3.7.1 / 2017-05-19
|
||||
|
||||
* fix: docsify-updated is undefined
|
||||
|
||||
+1
-2
@@ -666,8 +666,7 @@ function get (url, hasBar) {
|
||||
var result = cache[url] = {
|
||||
content: target.response,
|
||||
opt: {
|
||||
updatedAt: xhr.getResponseHeader('last-modified') ||
|
||||
xhr.getResponseHeader('expires')
|
||||
updatedAt: xhr.getResponseHeader('last-modified')
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user