Upgrade to xinha svn head to fix issues with xinha editors not appearing in Firefox 1.5
This commit is contained in:
@@ -14,10 +14,10 @@ function UnFormat(editor) {
|
||||
action : function(editor) {
|
||||
self.buttonPress(editor);
|
||||
}
|
||||
})
|
||||
});
|
||||
|
||||
cfg.addToolbarElement("unformat", "killword", 1);
|
||||
};
|
||||
}
|
||||
|
||||
UnFormat._pluginInfo = {
|
||||
name : "UnFormat",
|
||||
@@ -28,7 +28,7 @@ UnFormat._pluginInfo = {
|
||||
|
||||
UnFormat.prototype._lc = function(string) {
|
||||
return HTMLArea._lc(string, 'UnFormat');
|
||||
}
|
||||
};
|
||||
|
||||
UnFormat.prototype.buttonPress = function(editor){
|
||||
editor._popupDialog( "plugin://UnFormat/unformat", function( param){
|
||||
@@ -62,4 +62,4 @@ UnFormat.prototype.buttonPress = function(editor){
|
||||
}
|
||||
} else { return false; }
|
||||
}, null);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user