mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
IMPR: Multi-slider and hover
This commit is contained in:
parent
b62fe6a817
commit
4ffb65e014
2
dist/js/app.js
vendored
2
dist/js/app.js
vendored
File diff suppressed because one or more lines are too long
2
dist/js/app.js.map
vendored
2
dist/js/app.js.map
vendored
File diff suppressed because one or more lines are too long
@ -39,8 +39,8 @@ const HoverUI = (($) => {
|
||||
$target = $target
|
||||
? $target
|
||||
: $parent
|
||||
? $parent.find('.dropdown-menu').first()
|
||||
: null;
|
||||
? $parent.find('.dropdown-menu').first()
|
||||
: null;
|
||||
|
||||
if (!$target || !$target.length) {
|
||||
console.warn(`${NAME}: Missing target for:`);
|
||||
|
Loading…
Reference in New Issue
Block a user