Changeset 952
- Timestamp:
- 2008-04-26 13:13:55 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0.x/chrome/content/integration/elements.js
r924 r952 451 451 this.compact[i].hidden = true; 452 452 } 453 // show nothing! 454 if (items.indexOf(1) == -1) { 455 this.ctxBase.hidden = true; 456 return; 457 } 453 458 454 459 // setup menu items
