Changeset 33116

Show
Ignore:
Timestamp:
05/07/09 03:51:56 (4 years ago)
Author:
trashsuite
Message:

bug fix してないじゃん…

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/userscripts/hatena/hatena_haiku_hidden_invalid_entries.user.js

    r33046 r33116  
    22// @name           Hidden invalid entries for Hatena Haiku 
    33// @namespace      http://www.trashsuite.org/ 
    4 // @version        3.0.17 
     4// @version        3.0.18 
    55// @copyright      2009+, MINASE Kaede (http://www.trashsuite.org/) 
    66// @license        MIT License; http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license 
     
    205205  { 
    206206    this.NAME          = 'Hidden invalid entries for Hatena Haiku' 
    207     this.VERSION       = '3.0.17' 
     207    this.VERSION       = '3.0.18' 
    208208    this.HATENA        = unsafeWindow.Hatena 
    209209    this.CONFIG_SERVER = 'http://hhhie.trashsuite.org/' 
     
    278278    { 
    279279      this.config.expire = this.CACHE_EXPIRE + (+ new Date) 
     280    } 
     281 
     282    // 設定情報を書き出す 
     283    this.save_config = function() 
     284    { 
     285      GM_setValue('config', this.config.toSource()) 
    280286    } 
    281287 
     
    546552          if(res.status == 304) { 
    547553            this.reset_cache_expire() 
     554            this.save_config() 
    548555            return true 
    549556          } 
     
    561568              this.config.last_modified   = (new Date).toUTCString() 
    562569              this.reset_cache_expire() 
    563               GM_setValue('config', this.config.toSource()) 
     570              this.save_config() 
    564571            }.bind(this) 
    565572          }) // GET