Project

General

Profile

Bug #22195 ยป rtehtmlarea_bugfix_13671_trunk.patch

Administrator Admin, 2010-02-26 01:00

View differences:

typo3/sysext/rtehtmlarea/htmlarea/plugins/SelectFont/select-font.js (copie de travail)
Ext.each(this.dropDownList, function (dropDown) {
var buttonId = dropDown[0];
// Load the options var
var options = [];
if (this.buttonsConfiguration[dropDown[2]] && this.buttonsConfiguration[dropDown[2]].dataUrl) {
var optionsData = this.getJavascriptFile(this.buttonsConfiguration[dropDown[2]].dataUrl, "noEval");
if (optionsData) {
    (1-1/1)