metamaps--metamaps/views/explore/shared.html.erb

12 lines
198 B
Plaintext
Raw Normal View History

2018-03-05 17:47:50 +00:00
<script>
2018-03-05 17:43:11 +00:00
Metamaps.currentPage = "shared";
Metamaps.currentSection = "explore";
2018-03-04 02:25:42 +00:00
Metamaps.ServerData.Shared = { @maps.to_json.html_safe };
Metamaps.GlobalUI.Search.focus();
</script>