Ignore:
Timestamp:
Sep 4, 2012, 5:45:53 PM (12 years ago)
Author:
flop25
Message:

compatible RV thumb scroller

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/imgpreview/css_js.tpl

    r13923 r17739  
    44{if isset($imgpreview)}
    55{literal}
     6function apply_imgPreview() {
    67jQuery('.thumbnails a, #thumbnails a').imgPreview({
    78    containerID: 'tooltip',
     
    3435    }
    3536});
    36 
     37};
     38jQuery(document).ready(apply_imgPreview);
     39jQuery(window).bind("RVTS_loaded", apply_imgPreview);
    3740{/literal}
    3841{/if}
Note: See TracChangeset for help on using the changeset viewer.