Skip to content

Commit

Permalink
Fix github svg icon
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed May 27, 2017
1 parent 26e5dd5 commit a03d1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ $(window).resize(function(){
return 0;
});

$('svg').remove();
$('.map svg').remove();
createMap("sessions-map", sessionsData);
});

0 comments on commit a03d1f9

Please sign in to comment.