Project

General

Profile

« Previous | Next » 

Revision cb527757

IDcb527757a4a49524764a81d901001745c4bd5eac
Parent 1e27b090
Child 4841125e

Added by Jocelyn Delande about 10 years ago

removed call to non-existent function

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences

Changesets

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>