Changeset 402
- Timestamp:
- 10/26/05 06:42:49 (8 years ago)
- Files:
-
- 1 modified
-
trunk/htmlarea.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htmlarea.js
r401 r402 2700 2700 cmd = cmd.replace(/(un)?orderedlist/i, "insert$1orderedlist"); 2701 2701 try { 2702 2703 // FIXME : Firefox rires alot of exception errors on this one, so to make the2704 // editor not show theese in the JS console I removed it for Firefox.2705 // Gogo or Niko, maby you could look at this one.2706 if(HTMLArea.is_ie){2707 2702 btn.state("active", (!text && doc.queryCommandState(cmd))); 2708 }2709 2703 } catch (e) {} 2710 2704 }
