Project

General

Profile

Bug #20079 ยป rtehtmlarea_bugfix_10524_trunk.patch

Administrator Admin, 2009-02-23 03:44

View differences:

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) {
    (1-1/1)