chaooo / hexo-theme-BlueLake

A simple theme for Hexo with great performance on different devices .
MIT License
329 stars 121 forks source link

solve a bug for local serach with IE9 not get the response data #1

Closed chaooo closed 7 years ago

chaooo commented 7 years ago

find the file source\js\search.json.js in function 'loadData(success)',update var res = JSON.parse(this.response); to var res = JSON.parse(this.response || this.responseText);