Dotclear


Ignore:
Timestamp:
10/10/13 21:23:34 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Cope with extra_css on combo style change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/blowupConfig/config.js

    r2326 r2332  
    5252      
    5353     $(styles_combo).change(function() { 
    54           if (this.value == 'none') { 
    55                $(this.form).find('input[type=text]').val('').css({backgroundColor: '#FFF', color: '#000'}); 
    56                $(this.form).find('select').not($(this)).val(''); 
    57                $('#top_image').val('default'); 
    58           } else { 
     54          $(this.form).find('input[type=text]').val('').css({backgroundColor: '#FFF', color: '#000'}); 
     55          $(this.form).find('select').not($(this)).val(''); 
     56          $(this.form).find('#extra_css').val(''); 
     57          $('#top_image').val('default'); 
     58          if (this.value != 'none') { 
    5959               applyBlowupValues(this.value); 
    6060          } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map