Ignore:
Timestamp:
Mar 8, 2013, 7:18:00 PM (11 years ago)
Author:
mistic100
Message:

fix caddie button,
fix fatal error for Back2Front,
update ZeroClipboard,
fix breadcrumb and body_id,
unactive for mobile themes,
fix display issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserCollections/template/thumbnails_css_js.tpl

    r20141 r21382  
    3131        else if (method == "remove") {ldelim}
    3232        {if $UC_IN_EDIT}
    33           $trigger.parent(".wrap1, .gthumb").hide("fast", function() {ldelim} $(this).remove() });
     33          $trigger.parent("li").hide("fast", function() {ldelim} $(this).remove() });
    3434          if (typeof batchdown_count != 'undefined') batchdown_count-=1;
    3535        {else}
Note: See TracChangeset for help on using the changeset viewer.