All major DCL plugins added

This commit is contained in:
Arvind Tiwari 2018-02-28 04:09:19 +05:30
commit d85e1c671b
25 changed files with 1052 additions and 304 deletions

View file

@ -54,7 +54,7 @@
Nav panel classic
--------------------------------------------- */
if (window.matchMedia("(min-width: 767px)").matches) {
$('ul.nav li.dropdown').hover(function() {
$('ul.nav .dropdown').hover(function() {
$(this).find('.dropdown-menu').stop(true, true).delay(200).fadeIn(500);
}, function() {
$(this).find('.dropdown-menu').stop(true, true).delay(200).fadeOut(500);