Changeset 10485


Ignore:
Timestamp:
Apr 18, 2011, 5:36:06 PM (13 years ago)
Author:
flop25
Message:

small fix of js

File:
1 edited

Legend:

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

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