Changeset 2562:b84fcff2735c for admin
- Timestamp:
- 11/15/13 22:51:23 (12 years ago)
- Branch:
- 2.6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/meta-editor.js
r2559 r2562 181 181 a_more.append(This.text_all + String.fromCharCode(160)+String.fromCharCode(187)); 182 182 a_more.click(function() { 183 This.showMetaList(' all',target);183 This.showMetaList('more-all',target); 184 184 return false; 185 185 }); … … 187 187 } 188 188 189 if (list_type == 'all') {189 if (list_type != 'more-all') { 190 190 pl.addClass('hide'); 191 191
Note: See TracChangeset
for help on using the changeset viewer.