Bug #20079 ยป rtehtmlarea_bugfix_10524_trunk.patch
typo3/sysext/rtehtmlarea/htmlarea/plugins/Language/language.js (copie de travail) | ||
---|---|---|
/*
|
||
* Registering the dropdown list
|
||
*/
|
||
if (this.buttonsConfiguration.language.languagesUrl) {
|
||
if (this.buttonsConfiguration.language && this.buttonsConfiguration.language.languagesUrl) {
|
||
// Load the options into HTMLArea.languageOptions
|
||
var languagesData = this.getJavascriptFile(this.buttonsConfiguration.language.languagesUrl, "noEval");
|
||
if (languagesData) {
|