mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-28 12:34:04 +00:00
deploy: 7de76ad337
This commit is contained in:
parent
b8a889c0cf
commit
de934f7e1b
355 changed files with 7880 additions and 7880 deletions
js
|
@ -968,7 +968,7 @@ function elementContains( txt, e ){
|
|||
if( e ){
|
||||
var tree = document.createTreeWalker( e, 4 /* NodeFilter.SHOW_TEXT */, function( node ){
|
||||
return regex.test( node.data );
|
||||
});
|
||||
}, false );
|
||||
var node = null;
|
||||
while( node = tree.nextNode() ){
|
||||
nodes.push( node.parentElement );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue