Seditio Source
Root |
./othercms/b2evolution_7.2.3/plugins/mermaid_plugin/js/evo_init_mermaid.js
/**
 * This file initialize Mermaid JS.
 *
 * 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/}
 *
 *
 * Depends on: jQuery
 */
jQuery( document ).ready( function()
{
mermaid.initialize( {
startOnLoad: true
} );
} );