11 lines
202 B
Text
11 lines
202 B
Text
|
|
|
|
<script>
|
|
|
|
|
|
|
|
Metamaps.currentSection = "explore";
|
|
Metamaps.currentPage = "featured";
|
|
Metamaps.ServerData.Featured = { @maps.to_json.html_safe };
|
|
Metamaps.GlobalUI.Search.focus();
|
|
</script>
|