parent
de5746c2cd
commit
f9258903b7
|
@ -108,3 +108,5 @@ dist
|
|||
|
||||
_config*.yml*
|
||||
yarn.lock
|
||||
|
||||
.idea
|
|
@ -3,7 +3,7 @@
|
|||
return Array.prototype.slice.call(document.querySelectorAll.apply(document, arguments));
|
||||
}
|
||||
|
||||
if ($('.columns .column-right-shadow').length && !$('.columns .column-right-shadow')[0].children.length) {
|
||||
if ($('.columns .column-right').length && $('.columns .column-right-shadow').length && !$('.columns .column-right-shadow')[0].children.length) {
|
||||
for (const child of $('.columns .column-right')[0].children) {
|
||||
$('.columns .column-right-shadow')[0].append(child.cloneNode(true));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue