From 9829339a5aa5cd97adb9c05bf4685a75c73e935b Mon Sep 17 00:00:00 2001 From: Jason <38664452+uchks@users.noreply.github.com> Date: Sat, 5 Oct 2024 21:52:12 -0500 Subject: [PATCH] whoopsie --- depictions/web/js/data-loader-engine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depictions/web/js/data-loader-engine.js b/depictions/web/js/data-loader-engine.js index b5a204b3..7eda08cf 100644 --- a/depictions/web/js/data-loader-engine.js +++ b/depictions/web/js/data-loader-engine.js @@ -34,7 +34,7 @@ function data_loader_engine(contentBlocks, xml) { case "list": { let list = $(xml).find(contentInfo.source); - if (list.length() === 0) { + if (list.length === 0) { if (contentInfo.emptyListCallback) { contentInfo.emptyListCallback($(key)); }