metamaps--metamaps/app/views/doorkeeper/authorized_applications/_script.html.erb
2016-03-24 17:16:27 -07:00

11 lines
266 B
Plaintext

<script type="text/javascript">
Metamaps.Apps = {
init: function () {
Metamaps.Famous.explore.setApps('authorized');
Metamaps.Famous.explore.show();
Metamaps.GlobalUI.Search.open();
Metamaps.GlobalUI.Search.lock();
}
};
</script>