Changeset 372
- Timestamp:
- 09/30/05 15:08:28 (8 years ago)
- Files:
-
- 1 modified
-
trunk/htmlarea.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htmlarea.js
r365 r372 2667 2667 cmd = cmd.replace(/(un)?orderedlist/i, "insert$1orderedlist"); 2668 2668 try { 2669 2670 // FIXME : Firefox rires alot of exception errors on this one, so to make the 2671 // editor not show theese in the JS console I removed it for Firefox. 2672 // Gogo or Niko, maby you could look at this one. 2673 if(HTMLArea.is_ie){ 2669 2674 btn.state("active", (!text && doc.queryCommandState(cmd))); 2675 } 2670 2676 } catch (e) {} 2671 2677 }
