mirror of https://github.com/ColorlibHQ/AdminLTE
Remove console.log (#2860)
parent
5b24a7a47d
commit
755df41324
|
@ -55,9 +55,6 @@ class ExpandableTable {
|
||||||
const $type = $element.attr(SELECTOR_ARIA_ATTR)
|
const $type = $element.attr(SELECTOR_ARIA_ATTR)
|
||||||
const $body = $element.next().children().first().children()
|
const $body = $element.next().children().first().children()
|
||||||
|
|
||||||
// eslint-disable-next-line no-console
|
|
||||||
console.log($element)
|
|
||||||
|
|
||||||
$body.stop()
|
$body.stop()
|
||||||
if ($type === 'true') {
|
if ($type === 'true') {
|
||||||
$body.slideUp(time, () => {
|
$body.slideUp(time, () => {
|
||||||
|
|
Loading…
Reference in New Issue