js subdirectory corrected.

This commit is contained in:
2026-04-06 00:19:04 +02:00
parent f35f040efb
commit 3c174a24fd

View File

@@ -126,8 +126,8 @@
;; Web server
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(define-runtime-path js-path "../js")
(define-runtime-path css-path "../js")
(define-runtime-path js-path "js")
(define-runtime-path css-path "js")
(define (webview-default-boilerplate-js . custom-js)
(let ((file (build-path js-path "boilerplate.js"))