From f6f90440befb47a5b09a09beb2ab5ceb56d28358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net> Date: Sun, 28 Feb 2021 00:14:36 -0500 Subject: [PATCH] Fiddle with property descriptions... they're wrong on nix.synchro.net --- src/sbbs3/js_internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/js_internal.c b/src/sbbs3/js_internal.c index 531ccc6a91..fff90a36a4 100644 --- a/src/sbbs3/js_internal.c +++ b/src/sbbs3/js_internal.c @@ -203,8 +203,8 @@ static char* prop_desc[] = { ,"global (top level) object - <small>READ ONLY</small>" /* New properties go here... */ ,"full path and filename of JS file executed" - ,"JS filename executed (with no path)" ,"directory of executed JS file" + ,"JS filename executed (with no path)" ,"Either the configured startup directory in SCFG (for externals) or the cwd when jsexec is started" ,"global scope for this script" ,"load() search path array.<br>For relative load paths (e.g. not beginning with '/' or '\\'), " -- GitLab