=== ajax.php
==================================================================
|
|
|
|
| 258 | 258 | |
| 259 | 259 | cs = getCookie('side'); |
| 260 | 260 | if (!cs) { |
| 261 | | cs = '1'; |
| | 261 | cs = 'FeedList'; |
| 262 | 262 | } |
| 263 | 263 | document.currentSide = cs; |
| 264 | 264 | document.currentSideCache = new Array(); |
| 265 | | for (i=0;i<3;i++) { |
| 266 | | document.currentSideCache[i] = null; |
| 267 | | } |
| 268 | 265 | |
| 269 | 266 | |
| 270 | 267 | function _side(what) { |
| … |
… |
|
| 273 | 270 | } |
| 274 | 271 | |
| 275 | 272 | document.currentSideCache[document.currentSide] = document.getElementById('channels').innerHTML; |
| 276 | | if ((content = document.currentSideCache[what]) != null) { |
| | 273 | if ((content = document.currentSideCache[what])) { |
| 277 | 274 | _setSideContent_cb( what + "#@#" + content ); |
| 278 | 275 | } else { |
| 279 | 276 | x___exp__getSideContent(what, _setSideContent_cb); |