Upgrade to xinha svn head to fix issues with xinha editors not appearing in Firefox 1.5
This commit is contained in:
@@ -13,7 +13,7 @@ cfg.registerButton("FR-findreplace", this._lc("Find and Replace"),
|
||||
editor.imgURL("ed_find.gif", "FindReplace"), false,
|
||||
function(editor) { self.buttonPress(editor); });
|
||||
cfg.addToolbarElement(["FR-findreplace","separator"], ["formatblock","fontsize","fontname"], -1);
|
||||
};
|
||||
}
|
||||
|
||||
FindReplace.prototype.buttonPress = function(editor) {
|
||||
FindReplace.editor = editor;
|
||||
@@ -39,4 +39,4 @@ FindReplace._pluginInfo = {
|
||||
|
||||
FindReplace.prototype._lc = function(string) {
|
||||
return HTMLArea._lc(string, 'FindReplace');
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user