All Downloads are FREE. Search and download functionalities are using the official Maven repository.

www.h2o.js.main.js Maven / Gradle / Ivy

There is a newer version: 3.8.2.9
Show newest version
// 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