From df6895eb4677750c8c8c39b6a9787924fef3c8d8 Mon Sep 17 00:00:00 2001 From: Christian Bastian <80225746+cdb-boop@users.noreply.github.com> Date: Thu, 28 Mar 2024 23:51:23 -0400 Subject: [PATCH] Update comment. --- web/model-manager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/model-manager.js b/web/model-manager.js index 554579b..bd00333 100644 --- a/web/model-manager.js +++ b/web/model-manager.js @@ -631,7 +631,7 @@ const DROPDOWN_DIRECTORY_SELECTION_CLASS = "search-dropdown-selected"; class ModelData { /** @type {string} */ - searchSeparator = "/"; // TODO: other client or server code may be assuming this to always be "\" + searchSeparator = "/"; // TODO: other client or server code may be assuming this to always be "/" /** @type {string} */ systemSeparator = null;