Upgrade to xinha svn head to fix issues with xinha editors not appearing in Firefox 1.5
This commit is contained in:
@@ -17,7 +17,7 @@ function Init() {
|
||||
document.getElementById(fields[i]).value = param[fields[i]];
|
||||
}
|
||||
document.getElementById("f_text").focus();
|
||||
};
|
||||
}
|
||||
|
||||
function onOK() {
|
||||
// pass data back to the calling window
|
||||
@@ -28,12 +28,12 @@ function onOK() {
|
||||
}
|
||||
__dlg_close(param);
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
function onCancel() {
|
||||
__dlg_close(null);
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
@@ -56,4 +56,4 @@ function onCancel() {
|
||||
</div>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user