10 lines
266 B
Text
10 lines
266 B
Text
<script type="text/javascript">
|
|
Metamaps.Apps = {
|
|
init: function () {
|
|
Metamaps.Famous.explore.setApps('registered');
|
|
Metamaps.Famous.explore.show();
|
|
Metamaps.GlobalUI.Search.open();
|
|
Metamaps.GlobalUI.Search.lock();
|
|
}
|
|
};
|
|
</script>
|