bump: 3.7.2
This commit is contained in:
parent
26db33dc31
commit
bb815cb2d4
3 changed files with 8 additions and 4 deletions
|
|
@ -1,6 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
|
||||||
|
## 3.7.2 / 2017-05-19
|
||||||
|
|
||||||
|
* tweaks
|
||||||
|
|
||||||
|
|
||||||
## 3.7.1 / 2017-05-19
|
## 3.7.1 / 2017-05-19
|
||||||
|
|
||||||
* fix: docsify-updated is undefined
|
* fix: docsify-updated is undefined
|
||||||
|
|
|
||||||
|
|
@ -666,8 +666,7 @@ function get (url, hasBar) {
|
||||||
var result = cache[url] = {
|
var result = cache[url] = {
|
||||||
content: target.response,
|
content: target.response,
|
||||||
opt: {
|
opt: {
|
||||||
updatedAt: xhr.getResponseHeader('last-modified') ||
|
updatedAt: xhr.getResponseHeader('last-modified')
|
||||||
xhr.getResponseHeader('expires')
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
4
lib/docsify.min.js
vendored
4
lib/docsify.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue