Changeset 2332:507f8ace68ad for plugins/blowupConfig/config.js
- Timestamp:
- 10/10/13 21:23:34 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blowupConfig/config.js
r2326 r2332 52 52 53 53 $(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 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') { 59 59 applyBlowupValues(this.value); 60 60 }
Note: See TracChangeset
for help on using the changeset viewer.