diff --git a/static/js/map.js b/static/js/map.js index c01d3c7..7410379 100644 --- a/static/js/map.js +++ b/static/js/map.js @@ -1,3 +1,7 @@ +if (![].at) { + Array.prototype.at = function(pos) { return this.slice(pos, pos + 1)[0] } +} + function emoji_icon(emoji) { var iconStyle = "
" + emoji + "
";