Projet

Général

Profil

Révision 0939d55c

Ajouté par Assos Assos il y a environ 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views_slideshow/js/views_slideshow.js
148 148
    try {
149 149
      if (typeof Drupal.settings.viewsSlideshowPager != "undefined" && typeof Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type].transitionBegin == 'function') {
150 150
        Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type].transitionBegin(options);
151
        if (Drupal.settings.viewsSlideshowPager[options.slideshowID].top.master_pager) {
151
        if (Drupal.settings.viewsSlideshowPager[options.slideshowID].top.master_pager === 1) {
152 152
          $.each(Drupal.settings.viewsSlideshow, function(i, obj) {
153 153
            if (i != options.slideshowID) {
154 154
              options.slideshowID = i;
......
166 166
    try {
167 167
      if (typeof Drupal.settings.viewsSlideshowPager != "undefined" && typeof Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type].transitionBegin == 'function') {
168 168
        Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type].transitionBegin(options);
169
        if (Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.master_pager) {
169
        if (Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.master_pager === 1) {
170 170
          $.each(Drupal.settings.viewsSlideshow, function(i, obj) {
171 171
            if (i != options.slideshowID) {
172 172
              options.slideshowID = i;

Formats disponibles : Unified diff