Changeset 1096
- Timestamp:
- 10/15/08 15:54:52 (5 years ago)
- Files:
-
- 1 modified
-
trunk/XinhaCore.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/XinhaCore.js
r1095 r1096 4074 4074 Xinha.prototype.updateToolbar = function(noStatus) 4075 4075 { 4076 if (this.suspendUpdateToolbar || this.currentModal) return;4076 if (this.suspendUpdateToolbar) return; 4077 4077 4078 4078 var doc = this._doc;
