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

11 lines
306 B
Plaintext
Raw Normal View History

<script type="text/javascript">
Metamaps.Apps = {
init: function () {
Metamaps.Header.changeSection(!!Metamaps.Active.Mapper, 'authorized');
Metamaps.GlobalUI.showDiv('#exploreMapsHeader')
Metamaps.GlobalUI.Search.open();
Metamaps.GlobalUI.Search.lock();
}
};
</script>