Changeset 1499:fc4bc1ece727 for plugins/blowupConfig/config.js
- Timestamp:
- 08/20/13 16:47:16 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blowupConfig/config.js
r89 r1499 49 49 50 50 $('#theme_config').prepend(styles_combo); 51 $(styles_combo).wrap('< fieldset></fieldset>').before('<legend>' + dotclear.msg.predefined_styles + '</legend>').wrap('<p></p>');51 $(styles_combo).wrap('<div class="fieldset"></div>').before('<h3>' + dotclear.msg.predefined_styles + '</h3>').wrap('<p></p>'); 52 52 53 53 $(styles_combo).change(function() { … … 62 62 63 63 // Code import 64 var e = $('#bu_export ~ fieldset:first');64 var e = $('#bu_export_content'); 65 65 e.toggle(); 66 66
Note: See TracChangeset
for help on using the changeset viewer.