Projet

Général

Profil

Révision ee46a8ed

Ajouté par Assos Assos il y a plus de 7 ans

Update date 7.x-2.9 -> 7.x-2.10-rc1

Voir les différences:

drupal7/sites/all/modules/date/date_popup/date_popup.js
14 14
          $(this).click(function(){
15 15
            $(this).focus();
16 16
          });
17
          if (datePopup.settings.syncEndDate) {
18
            $('.start-date-wrapper').each(function(){
19
              var start_date_wrapper = this;
20
              $(this).find('input:eq(0)').change(function(){
21
                $(start_date_wrapper).next('.end-date-wrapper').find('input:eq(0)').val($(this).val());
22
              });
23
            });
24
          }
17 25
          break;
18 26

  
19 27
        case 'timeEntry':

Formats disponibles : Unified diff