
www.h2o.js.main.js Maven / Gradle / Ivy
// Initialize required javascript after page load
$(function () {
// Redirect to Flow by default.
if (window.location.pathname === '/') {
return window.location.replace(window.location.protocol + '//' + window.location.host + '/flow/index.html');
} else {
$.fn.tooltip.defaults.animation = false;
$('[rel=tooltip]').tooltip();
$('[rel=popover]').popover();
}
});
© 2015 - 2025 Weber Informatics LLC | Privacy Policy