metamaps--metamaps/app/views/doorkeeper/authorized_applications/_script.html.erb

11 lines
266 B
Plaintext
Raw Normal View History

<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>