/home/coolpkct/www/websites/cake3.cool.rocks/_themes/kosel/js/theme.js
/**
 * Add child theme specific scripts here
 */

/**
 * Copy kosel subnav to its own ul
 */
$(document).ready(function() {
	  $("nav ul ul").clone().addClass("nav-2").insertAfter($("nav>ul"));
});