Ignore:
Timestamp:
Nov 24, 2013, 2:48:30 PM (10 years ago)
Author:
mistic100
Message:

fixc empty share key field after addition
fix javascript errors

File:
1 edited

Legend:

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

    r24421 r25674  
    1010  title: function() {ldelim}
    1111    var title = $(this).children("img.thumbnail").attr("alt");
    12     {if $F_ACTION} title+= ' · <a class="addCollection" data-id="'+ $(this).data('id') +'" rel="nofollow">{'Remove from collection'|@translate}</a>';{/if}
    13     title+= ' · <a href="'+ $(this).attr('href') +'" target="_blank">{'jump to photo'|@translate} →</a>';
     12    {if $F_ACTION} title+= ' · <a class="addCollection" data-id="'+ $(this).data('id') +'" rel="nofollow">{'Remove from collection'|@translate|escape:javascript}</a>';{/if}
     13    title+= ' · <a href="'+ $(this).attr('href') +'" target="_blank">{'jump to photo'|@translate|escape:javascript} →</a>';
    1414    return  title;
    1515  }
Note: See TracChangeset for help on using the changeset viewer.