Changeset 37996

Show
Ignore:
Timestamp:
07/21/10 12:55:50 (3 years ago)
Author:
NeoCat
Message:

remove worldcup-2010.js

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • websites/twicli/twicli.js

    r37992 r37996  
    240240if (!(cookieVer>8)) pluginstr+="\nthumbnail.js"; 
    241241//if (!(cookieVer>9)) pluginstr=" worldcup-2010.js\n" + pluginstr.substr(1); 
    242 if (!(cookieVer>10)) pluginstr = pluginstr.replace(/worldcup-2010.js\n/,''); 
     242if (!(cookieVer>10)) pluginstr = pluginstr.replace(/worldcup-2010\.js[\r\n]+/,''); 
    243243if (!(cookieVer>10)) pluginstr+="\ngeomap.js"; 
    244244pluginstr = pluginstr.substr(1);