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