Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssaxuu authored Aug 4, 2021
1 parent 8a10156 commit b492bdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1519,6 +1519,7 @@ $(document).ready(function(){
mapdescription = snapshot.val().description;
$("#map-name").val(mapname);
$("#map-description").val(mapdescription);
$("#share-nav span").html("Share "+mapname);
});

// Check current users on startup
Expand Down

0 comments on commit b492bdb

Please sign in to comment.