mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
fix image pdf pandora_enterprise#12472
This commit is contained in:
parent
c7a746ea41
commit
33c4833200
@ -1461,7 +1461,8 @@ function defineTinyMCE(selector) {
|
|||||||
{ text: "C#", value: "csharp" },
|
{ text: "C#", value: "csharp" },
|
||||||
{ text: "C++", value: "cpp" }
|
{ text: "C++", value: "cpp" }
|
||||||
],
|
],
|
||||||
toolbar: defaultToolbar
|
toolbar: defaultToolbar,
|
||||||
|
relative_urls: false
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user