Seditio Source
Root |
./othercms/b2evolution_7.2.3/rsc/js/src/evo_init_bootstrap_tooltips.js
/**
 * This file initialize Bootstrap tooltips
 *
 * This file is part of the evoCore framework - {@link http://evocore.net/}
 * See also {@link https://github.com/b2evolution/b2evolution}.
 *
 * @license GNU GPL v2 - {@link http://b2evolution.net/about/gnu-gpl-license}
 *
 * @copyright (c)2003-2020 by Francois PLANQUE - {@link http://fplanque.com/}
 */

jQuery( function () { jQuery( '[data-toggle="tooltip"]' ).tooltip( {html: true} ) } )