Changeset 16

Show
Ignore:
Timestamp:
02/19/05 04:52:30 (8 years ago)
Author:
gogo
Message:

Fix for toolbar insertion (did this ever work, or was insertunordedlist
once called just unorderedlist ?)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/ListType/list-type.js

    r1 r16  
    3939                a = toolbar[i]; 
    4040                for (j = 0; j < a.length; ++j) { 
    41                         if (a[j] == "unorderedlist") { 
     41                        if (a[j] == "insertunorderedlist") { 
    4242                                found = true; 
    4343                                break;