Changeset 2117

Show
Ignore:
Timestamp:
04/26/08 16:19:10 (19 months ago)
Author:
bchoate
Message:

Cleanup.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-36/tmpl/cms/edit_template.tmpl

    r2115 r2117  
    292292    for ( var u in tag_docs ) { 
    293293        if ( !tag_docs.hasOwnProperty(u) ) continue; 
    294  
    295         var tags = tag_docs[u]; 
    296294        var m; 
    297         if (m = tags.match(re)) { 
     295        if (m = tag_docs[u].match(re)) 
    298296            return u.replace(/\%t/, name); 
    299         } 
    300297    } 
    301298    return;