Changeset 1920:0bddb3c72fe9
- Timestamp:
- 09/16/13 22:23:35 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/meta-editor.js
r1819 r1920 146 146 var pl = $('<p class="addMeta"></p>'); 147 147 148 $( '.addMeta').remove();148 $(target).find('.addMeta').remove(); 149 149 150 150 if ($(data).find('meta').length > 0) { … … 183 183 var a = $('<a href="#" class="metaGetList">' + This.text_choose + '</a>'); 184 184 a.click(function() { 185 $( '.addMeta').removeClass('hide');186 $( '.metaGetList').remove();185 $(this).parent().next().removeClass('hide'); 186 $(this).remove(); 187 187 return false; 188 188 });
Note: See TracChangeset
for help on using the changeset viewer.