Ignore:
Timestamp:
May 28, 2011, 6:37:55 PM (13 years ago)
Author:
flop25
Message:

adding an admin page, language files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/imgpreview/js/init.js

    r11079 r11086  
    22(function($) {
    33   previewBoxId = 'tooltip';
    4    if ($('.thumbnails a').length > 0 ) {
    5       $('.thumbnails a').imgPreview({
     4   if ($('.thumbnails a, #thumbnails a').length > 0 ) {
     5      $('.thumbnails a, #thumbnails a').imgPreview({
    66         containerID:previewBoxId,
    77         considerBorders:'true',
Note: See TracChangeset for help on using the changeset viewer.