Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: automatically collapse sidebar

...

The Cornell Geospatial Forum is supported by a grant from the Atkinson Center for a Sustainable Future.

HTML
<script>
// Automatically collapse sidebar
var zzz = $('.expand-collapse-trigger').first();
var zzzt = zzz.data('tooltip');
if (zzzt.match(/collapse/i)) zzz.click();
</script>