Revision 69
Added by stefan about 20 years ago
| header.html | ||
|---|---|---|
| 14 | 14 |
} |
| 15 | 15 |
function confirm_link(message, url) {
|
| 16 | 16 |
if(confirm(message)) location.href = url; |
| 17 |
} |
|
| 18 |
function initEditor() {
|
|
| 19 |
|
|
| 20 |
} |
|
| 21 |
</script> |
|
| 17 |
}</script> |
|
| 22 | 18 |
</head> |
| 23 |
<body onload="initEditor()"> |
|
| 24 | 19 |
|
| 25 | 20 |
<table cellpadding="0" cellspacing="0" border="0" width="770" align="center"> |
| 26 | 21 |
<tr> |
Also available in: Unified diff
Removed support for internal HTMLArea editor.