Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Commit

Permalink
sdfsfsf
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Shapiro committed Jun 17, 2010
1 parent cc9dd6f commit 9f0628c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions war/index.jsp
Expand Up @@ -37,7 +37,6 @@
function changeDiscription(desc){
var eventDescription = $('#mn_eventDescription');
eventDescription.empty();
alert(desc);
eventDescription.append(desc);
}
Expand All @@ -50,7 +49,7 @@
else{
if (eventArray[i].id == event_id){
eventArray[i].marker.setVisible(true);
changeDiscription(eventArray[i].description + '<br><br><a href="/Event?' + eventArray[i].id + '" Group Page </a>');
changeDiscription(eventArray[i].description + '<br><br><a href="/Event?' + eventArray[i].id + '"> Group Page </a>');
} else {
Expand Down

0 comments on commit 9f0628c

Please sign in to comment.