js subdirectory corrected.
This commit is contained in:
@@ -126,8 +126,8 @@
|
|||||||
;; Web server
|
;; Web server
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
(define-runtime-path js-path "../js")
|
(define-runtime-path js-path "js")
|
||||||
(define-runtime-path css-path "../js")
|
(define-runtime-path css-path "js")
|
||||||
|
|
||||||
(define (webview-default-boilerplate-js . custom-js)
|
(define (webview-default-boilerplate-js . custom-js)
|
||||||
(let ((file (build-path js-path "boilerplate.js"))
|
(let ((file (build-path js-path "boilerplate.js"))
|
||||||
|
|||||||
Reference in New Issue
Block a user