Changeset 3686
- Timestamp:
- 07/02/07 23:02:33 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Plug-Ins/Web Interface/Resources/iphone/iphone.js
r3685 r3686 116 116 Colloquy.membersElement.style.display = null; 117 117 118 ChatController.activePanel.lastScrollPosition = ChatController.activePanel.panelTranscriptElement.scrollTop; 118 119 ChatController.activePanel.panelElement.style.display = null; 119 120 ChatController.activePanel.setKeyboardVisible(false); … … 381 382 Colloquy.membersElement.style.display = "block"; 382 383 384 this.panelTranscriptElement.scrollTop = this.lastScrollPosition; 385 383 386 Colloquy.colloquyTitleElement.textContent = this.name; 384 387
