Commit 34062020 authored by Nikolay Gromov's avatar Nikolay Gromov

dropdown js fix

parent 020d88ad
......@@ -16,7 +16,7 @@
$(element).on('click.nth.dropdown', this.toggle)
}
Dropdown.VERSION = '3.3.6'
// Dropdown.VERSION = '3.3.6'
function getParent($this) {
var selector = $this.attr('data-target')
......@@ -66,8 +66,6 @@
// var isActive = $parent.hasClass('open')
var isActive = $parent.hasClass('dropdown--open')
// console.log($this);
clearMenus()
if (!isActive) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment