mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
This commit is contained in:
parent
25fedd8e84
commit
ec08ccd7c1
@ -1067,13 +1067,13 @@ function hiddenFields(item) {
|
||||
enterprise_hiddenFields(item);
|
||||
}
|
||||
|
||||
var code_control = tinyMCE.activeEditor.controlManager.controls['text-label_code'];
|
||||
if (item == 'label') {
|
||||
code_control.setDisabled(false);
|
||||
}
|
||||
else {
|
||||
code_control.setDisabled(true);
|
||||
}
|
||||
//~ var code_control = tinyMCE.activeEditor.controlManager.controls['text-label_code'];
|
||||
//~ if (item == 'label') {
|
||||
//~ code_control.setDisabled(false);
|
||||
//~ }
|
||||
//~ else {
|
||||
//~ code_control.setDisabled(true);
|
||||
//~ }
|
||||
}
|
||||
|
||||
function cleanFields(item) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user