/**
* 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} ) } )