Upgrade to xinha svn head to fix issues with xinha editors not appearing in Firefox 1.5
This commit is contained in:
@@ -19,7 +19,7 @@ window.moveTo(x, y);
|
||||
function Init() {
|
||||
__dlg_translate('UnFormat');
|
||||
__dlg_init();
|
||||
};
|
||||
}
|
||||
|
||||
function onOK() {
|
||||
var param = new Object();
|
||||
@@ -40,12 +40,12 @@ function onOK() {
|
||||
|
||||
__dlg_close(param);
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
function onCancel() {
|
||||
__dlg_close(null);
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
@@ -82,4 +82,4 @@ function onCancel() {
|
||||
</form>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user