Ignore:
Timestamp:
Oct 21, 2013, 1:08:59 PM (11 years ago)
Author:
Miklfe
Message:
 
File:
1 edited

Legend:

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

    r23932 r25053  
    3232                                                $('#mbAdditionalPages a'),
    3333                                                $('#photosAddContent a'),
    34                                                 $('.amm-MenuBar-links-icons a')
    35                                                 ];
     34                                                $('.amm-MenuBar-links-icons a'),
     35                                                ];
     36                                               
     37                $( document ).ready(function()
     38                        {                               
     39                        if($('.illustration a').hasClass('cboxElement'))
     40                                {
     41                                $('.illustration a').addClass('noSlide').removeClass('slide');
     42                                }
     43                });     
     44               
    3645                        $.each(t,function(){
    3746                                $(this).attr('class','noSlide');
Note: See TracChangeset for help on using the changeset viewer.