Changeset 680
- Timestamp:
- 01/22/07 01:49:33 (6 years ago)
- Files:
-
- 1 modified
-
trunk/XinhaCore.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/XinhaCore.js
r678 r680 2063 2063 panel.style.display = 'none'; 2064 2064 this.notifyOf('panel_change', {'action':'hide','panel':panel}); 2065 try { this.scrollToElement(); } catch(e) { }2065 //try { this.scrollToElement(); } catch(e) { } 2066 2066 } 2067 2067 }; … … 2073 2073 panel.style.display = ''; 2074 2074 this.notifyOf('panel_change', {'action':'show','panel':panel}); 2075 try { this.scrollToElement(); } catch(e) { }2075 //try { this.scrollToElement(); } catch(e) { } 2076 2076 } 2077 2077 };
