Projet

Général

Profil

« Précédent | Suivant » 

Révision ce41c769

Ajouté par Serghei Mihai (congés, retour 15/05) il y a presque 10 ans

agenda: highlight last saved updated act

Closes #3148

Voir les différences:

calebasse/static/js/calebasse.agenda.js
344 344

  
345 345
(function($) {
346 346
  $(function() {
347
      $('#actes .frame select').on('change', function() {
348
          var container = $(this).closest('.frame');
349
          if ($(this).data('previous') != $(this).val()) {
350
              container.addClass('changed');
351
          } else {
352
              container.removeClass('changed');
353
          }
354

  
355
      });
356

  
357 347
      $('#tabs').tabs({
358 348
          load: function(event, ui) {
359 349
              var tab = $(ui.tab).attr('id').split('-');

Formats disponibles : Unified diff