Ignore:
Timestamp:
Apr 1, 2014, 10:56:24 PM (10 years ago)
Author:
Miklfe
Message:

Bug quicksearch corrigé

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Slide/js/slideshow.js

    r27741 r28049  
    5151                                navThumb_w              : '',
    5252                        };
    53                        
    5453                        $(ele).data('e',v_ele);
    5554                        $(ele).width(options.width).height(options.height).addClass(options.styleSlideshow + ' slideshow').append($('<div />').addClass('slidecontent').append($('<div />').addClass('contener_slideshow').append($('<ul />').height(cont_h))).append($('<div/>').addClass('control_slideshow')));
     
    5756                                               
    5857                        //mise en place des images
    59                         $(document).ready(function(){
    6058                                $.each(options.imgs, function(i, img){
    6159                                        var $imag               = img.src,
     
    6664                                                $height         = img.height,
    6765                                                $width          = img.width;
    68                                                
     66                       
    6967                                                if(typeof $descr === 'undefined'){     
    7068                                                        var divDescr    = ""
     
    119117                                }
    120118                               
    121                         });     
    122119                       
    123120
     
    319316                                                        bottom  : (($box_h / 2)-($new_h / 2)) + 'px',                                                   
    320317                                                })
    321                                                                         console.debug($top);
    322 
    323318                                };
    324319                               
Note: See TracChangeset for help on using the changeset viewer.