metamaps--metamaps/views/explore/mapper.js

15 lines
247 B
JavaScript
Raw Normal View History

2018-03-05 12:47:50 -05:00
2016-02-28 13:13:44 +08:00
<script>
2018-03-05 12:43:11 -05:00
2016-02-28 13:13:44 +08:00
Metamaps.currentSection = "explore";
Metamaps.currentPage = "mapper";
2016-10-03 08:32:37 +08:00
Metamaps.ServerData.Mapper = {
2018-03-03 21:25:42 -05:00
models: { @maps.to_json.html_safe },
mapperId: { params[:id] }
};
Metamaps.GlobalUI.Search.focus();
2016-02-28 13:13:44 +08:00
</script>