Dotclear

Changeset 2562:b84fcff2735c for admin


Ignore:
Timestamp:
11/15/13 22:51:23 (12 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
2.6
Message:

[Tags] link "Show more" is always shown not depending of short or large list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/meta-editor.js

    r2559 r2562  
    181181                         a_more.append(This.text_all + String.fromCharCode(160)+String.fromCharCode(187)); 
    182182                         a_more.click(function() { 
    183                               This.showMetaList('all',target); 
     183                              This.showMetaList('more-all',target); 
    184184                              return false; 
    185185                         }); 
     
    187187                    } 
    188188 
    189                     if (list_type == 'all') { 
     189                    if (list_type != 'more-all') { 
    190190                         pl.addClass('hide'); 
    191191 
Note: See TracChangeset for help on using the changeset viewer.

Sites map