Ignore:
Timestamp:
Sep 11, 2014, 2:03:20 PM (10 years ago)
Author:
gbo
Message:

Compliance Piwigo 2.7rc1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/LLGBO2/js/jquery_llgboframeresize.js

    r29049 r29484  
    1010                                                var FrLstBdr = 0; var frbdr=0;
    1111                                                jQuery(".llgboFR").each(function(){
    12                                                          frbdr = parseInt(jQuery(this).css('border-top-width'));
    13                                                                 FrLstBdr = (frbdr * 2)+FrLstBdr;
     12                                                        frbdr = parseInt(jQuery(this).css('border-top-width'));
     13                                                        FrLstBdr = (frbdr * 2)+FrLstBdr;
    1414                                                        });
    1515                                        }               
Note: See TracChangeset for help on using the changeset viewer.