Changeset 12014 for extensions/floOS


Ignore:
Timestamp:
Aug 30, 2011, 4:45:42 PM (13 years ago)
Author:
flop25
Message:

jQuery(window).load(function() { for chrome

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floOS/OS_glass/local_head.tpl

    r11940 r12014  
    44var max_dim_width = 0;
    55var max_dim_height = 0;
    6 $(document).ready(function() {
     6jQuery(window).load(function() {
    77  $(".thumbnails img").each(function () {
    88    if (jQuery(this).height() > max_dim_height)
Note: See TracChangeset for help on using the changeset viewer.