Merge branch 'ent-12472-actualizar-opciones-avanzadas-de-informe-elimina-logo-por-defecto-de-portada' into 'develop'
fix image pdf pandora_enterprise#12472 See merge request artica/pandorafms!6677
This commit is contained in:
commit
978c0c0d6b
|
@ -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…
Reference in New Issue