Revision 317
Added by stefan over 19 years ago
| browse.html | ||
|---|---|---|
| 35 | 35 |
<script language="javascript" type="text/javascript"> |
| 36 | 36 |
function confirm_link(message, url) {
|
| 37 | 37 |
if(confirm(message)) location.href = url; |
| 38 |
}
|
|
| 38 |
} |
|
| 39 | 39 |
</script> |
| 40 | 40 |
|
| 41 | 41 |
</head> |
Also available in: Unified diff
Changed all line endings to Unix stlye