/* ----------------- Start Document ----------------- */
(function($){
"use strict";
$(document).ready(function(){
/*----------------------------------------------------*/
/*Mobile slick nav
/*----------------------------------------------------*/
$('#navigation').slicknav({
duration: 500,
closedSymbol: '',
openedSymbol: '',
prependTo: '#dashboard-Navigation',
allowParentLinks: true,
duplicate: false,
closeOnClick: true, // Close menu when a link is clicked.
allowParentLinks: true, // Allow clickable links as parent elements.
});
/*----------------------------------------------------*/
/* Counters
/*----------------------------------------------------*/
$(window).on('load resize', function() {
$('.dashboard-stat-content h5').counterUp({
delay: 100,
time: 800
});
});
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
// ------------------ End Document ------------------ //
});
})(this.jQuery);