Changeset 343
- Timestamp:
- 06/25/08 18:26:13 (21 months ago)
- Files:
-
- 1 modified
-
trunk/ui/ui.dialog.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/ui.dialog.js
r341 r343 261 261 // position on open 262 262 moveToTop: function(force) { 263 if ((this.options.modal && !force) || !this.options.stack) { return; } 263 if ((this.options.modal && !force) 264 || (!this.options.stack && !this.options.modal)) { return; } 264 265 265 266 var maxZ = this.options.zIndex, options = this.options;