Upgrade to xinha svn head to fix issues with xinha editors not appearing in Firefox 1.5
This commit is contained in:
@@ -40,13 +40,13 @@ var params = window.dialogArguments;
|
||||
}
|
||||
|
||||
document.body.onkeypress = __dlg_key_press;
|
||||
};
|
||||
}
|
||||
|
||||
function onCancel() {
|
||||
clearDoc();
|
||||
__dlg_close(null);
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
function onOK() {
|
||||
var required = {'fr_pattern' : _lc("Enter the text you want to find")};
|
||||
@@ -66,7 +66,7 @@ function onOK() {
|
||||
}
|
||||
execSearch(param);
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
function __dlg_key_press(ev) {
|
||||
ev || (ev = window.event);
|
||||
@@ -81,7 +81,7 @@ ev || (ev = window.event);
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
};
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
@@ -159,4 +159,4 @@ letter-spacing: 2px;
|
||||
</div>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user