Project

General

Profile

Revision cb527757

Added by Jocelyn Delande about 11 years ago

removed call to non-existent function

View differences:

show_capline.php
86 86
}
87 87
?>
88 88
<script>
89
if (typeof addLoadEvent == 'function') addLoadEvent(draw_cap_map);
90
else window.onload = draw_cap_map;
89
window.onload = draw_cap_map;
91 90
</script>
92 91
</head>
93 92
<body>

Also available in: Unified diff