Changeset 36444
- Timestamp:
- 01/15/10 04:05:36 (3 years ago)
- Files:
-
- 1 modified
-
websites/twicli/twicli.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
websites/twicli/twicli.html
r36414 r36444 45 45 .tome { background-color: #ccf; } 46 46 .emp { background-color: #fcc; } 47 .non-follower { color: #008; } 47 48 .retweeted { color: #555; } 48 .non-follower { color: #008; }49 49 .button { text-decoration: none; -webkit-text-size-adjust:140%; } 50 50 .popup { padding: 0 4px; color: #888; } … … 214 214 if (!window.localStorage) window.localStorage = window.globalStorage && window.globalStorage[location.hostname]; 215 215 function readCookie(key) { 216 if (window.localStorage && window.localStorage["twicli_"+key]) 217 return String(window.localStorage["twicli_"+key]); 216 try { 217 if (window.localStorage && window.localStorage["twicli_"+key]) 218 return String(window.localStorage["twicli_"+key]); 219 } catch(e) { return null; } 218 220 key += "="; 219 221 var scookie = document.cookie + ";"; … … 227 229 function writeCookie(key, val, days) { 228 230 if (window.localStorage) 229 window.localStorage["twicli_"+key] = val;231 try { window.localStorage["twicli_"+key] = val; } catch(e) {} 230 232 else { 231 233 var sday = new Date();
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)