Changeset 39112

Show
Ignore:
Timestamp:
02/10/12 23:38:51 (15 months ago)
Author:
NeoCat
Message:

remove outputz.js

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • websites/twicli/twicli.js

    r39111 r39112  
    295295var last_user_info = null;      // user TLに表示するユーザ情報(TLから切替時のキャッシュ) 
    296296// 設定値 
    297 var currentCookieVer = 16; 
     297var currentCookieVer = 17; 
    298298var cookieVer = parseInt(readCookie('ver')) || 0; 
    299299var updateInterval = (cookieVer>3) && parseInt(readCookie('update_interval')) || 60; 
     
    309309if (cookieVer<15) pluginstr = pluginstr.replace(/search2\.js[\r\n]+/,''); 
    310310if (cookieVer<16) pluginstr+="\nmute.js"; 
     311if (cookieVer<17) pluginstr = pluginstr.replace(/outputz\.js[\r\n]+/,''); 
    311312pluginstr = pluginstr.substr(1); 
    312313var plugins = new Array;