mirror of
https://github.com/cosmocode/dokuwiki-plugin-struct.git
synced 2025-08-15 21:43:17 +00:00
better styling for disabled fields
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
jQuery(function(){
|
||||
jQuery('#plugin__struct .config').each(function(){
|
||||
jQuery('#plugin__struct').find('textarea.config').each(function(){
|
||||
var $config = jQuery(this);
|
||||
var container = document.createElement('DIV');
|
||||
$config.before(container);
|
||||
|
Reference in New Issue
Block a user