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