mirror of
				https://github.com/Mabbs/mabbs.github.io
				synced 2025-11-04 11:29:41 +00:00 
			
		
		
		
	Update 2 files
- /_layouts/default.html - /index.html
This commit is contained in:
		@@ -31,7 +31,12 @@
 | 
			
		||||
  function getSearchJSON(callback) {
 | 
			
		||||
    var searchData = JSON.parse(localStorage.getItem("blog_" + lastUpdated.valueOf()));
 | 
			
		||||
    if (!searchData) {
 | 
			
		||||
      localStorage.clear();
 | 
			
		||||
      for (var i = 0; i < localStorage.length; i++) {
 | 
			
		||||
          var key = localStorage.key(i);
 | 
			
		||||
          if (key.startsWith('blog_')) {
 | 
			
		||||
              localStorage.removeItem(key);
 | 
			
		||||
          }
 | 
			
		||||
      }
 | 
			
		||||
      $.getJSON("/search.json", function (data) {
 | 
			
		||||
          localStorage.setItem("blog_" + lastUpdated.valueOf(), JSON.stringify(data));
 | 
			
		||||
          callback(data);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user