Skip to content

Commit

Permalink
bump: 3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed May 19, 2017
1 parent 26db33d commit bb815cb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog


## 3.7.2 / 2017-05-19

* tweaks


## 3.7.1 / 2017-05-19

* fix: docsify-updated is undefined
Expand Down
3 changes: 1 addition & 2 deletions lib/docsify.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
};

Expand Down
Loading

0 comments on commit bb815cb

Please sign in to comment.