import {toggler} from './seeds/show_hide' import {tabsHashInit, restoreTab} from './seeds/bootstrap_tabs' import {sortRealtyBy} from './seeds/sort_by' $(function () { restoreTab(); tabsHashInit(); window.toggler = toggler; window.sortRealtyBy = sortRealtyBy; // on load of the page: switch to the currently selected tab });