$()

in rst/themes/lifescience-theme/static/js/doc-load.js [10:16]


$(window).on('load',function () {
    //document.title = "{{ title }}"
    UUI.Navigation.init();
    UUI.Global_Search.init();

    $('.news').height($('#main-tiles').height())
});