Changeset 29841 for extensions/LLGBO2/js


Ignore:
Timestamp:
Sep 30, 2014, 10:36:35 AM (10 years ago)
Author:
gbo
Message:

Fix some notice (when no title on frame) and compatibilty Back2Front

File:
1 edited

Legend:

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

    r29484 r29841  
    1616                                Elmgbo.width (nImgW + FrLstBdr) ;
    1717                                Elmgbo.height (nImgH + FrLstBdr) ;
    18                         }              
     18                        }       
    1919                }
    20         LlgboFr_Resize();
    21        
    22         jQuery(window).resize(function(){
     20                 
     21                LlgboFr_Resize();
     22         
     23                jQuery(window).resize(function(){
    2324                                LlgboFr_Resize(); });
    2425                       
    25         jQuery("#theMainImage").load(function(){
     26                jQuery("#theMainImage").load(function(){
    2627                                LlgboFr_Resize();});
    2728 });
Note: See TracChangeset for help on using the changeset viewer.