Dotclear

Changeset 1759:8aec7b7a253b


Ignore:
Timestamp:
09/08/13 17:28:25 (11 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Bugfix again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/jsToolBar/jsToolBar.js

    r1755 r1759  
    167167     space: function(toolName) { 
    168168          var tool = new jsSpace(toolName); 
    169           if (!this.elements[toolName].format[this.mode]) return null; 
     169          if (this.elements[toolName].format != undefined && !this.elements[toolName].format[this.mode]) return null; 
    170170          if (this.elements[toolName].width !== undefined) { 
    171171               tool.width = this.elements[toolName].width; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map