From ccb9f797cb032b962d29fe178dbf3f93c2dabe04 Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Wed, 15 Apr 2020 19:25:06 -0700 Subject: [PATCH] update from sparkleup --- writing/post-self/qoheleth/.index.html.swp | Bin 24576 -> 24576 bytes writing/post-self/qoheleth/index.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/writing/post-self/qoheleth/.index.html.swp b/writing/post-self/qoheleth/.index.html.swp index 719570a7def0e973deecb7b422894cab8078ae28..05f78c00ec25f0f76e664b18def2be8660382a79 100644 GIT binary patch delta 229 zcmZoTz}RqrQ7XwG%+puFLeG!^2m}}y<{z9M*OXSyV8pyp>MAp1=;ja14Lpo0n+pXd z%k%zcV_;a#4pFEwSM;ic!#N<{1H`+4cmWXC0I@$1TLUpC5MKxCxCq2&fp|X< zZwBJk?3)=`SlK681hXn6=j0bp4z!S)yvKrba;Zg?t6oN8v2I>!aY<^59!N4Z#VRS4 up_V}b2$J*jN>cMmtQ6GC)U6qiR05TxaF3gssY8boUy2l8eCaT^ea1F;Ses{yeR5Q_jY2M~jGaBOB|Nn>ZR(a$KE xyxKfiL0!|DK>-Ld(-bsPbMy*JQ;RBtQ*%<2OY(~})Jt const els = document.querySelectorAll('li'); els.forEach(el => { - if (el.querySelector('ul').length !== 0) { + if (el.querySelectorAll('li').length !== 0) { el.classList.toggle('has-nested'); } });