Oops. I put the link to index.js in the wrong place.
This commit is contained in:
parent
0319278193
commit
6ba877b9c8
|
@ -152,7 +152,6 @@
|
|||
dynamic-static-urlprefix))
|
||||
(bootstrap-dynamic-urlprefix
|
||||
dynamic-urlprefix)
|
||||
(bootstrap-page-scripts (list (static-resource-url "/index.js")))
|
||||
(bootstrap-inline-js
|
||||
(string-append (format "PkgSiteDynamicBaseUrl = '~a';" dynamic-urlprefix)
|
||||
(format "PkgSiteStaticBaseUrl = '~a';" static-urlprefix)
|
||||
|
@ -648,7 +647,8 @@
|
|||
|
||||
(define (main-page request)
|
||||
(parameterize ((bootstrap-active-navigation nav-index)
|
||||
(bootstrap-page-scripts (list (static-resource-url "/searchbox.js"))))
|
||||
(bootstrap-page-scripts (list (static-resource-url "/searchbox.js")
|
||||
(static-resource-url "/index.js"))))
|
||||
(define package-name-list (package-search "" '((main-distribution #f))))
|
||||
(authentication-wrap
|
||||
#:request request
|
||||
|
|
Loading…
Reference in New Issue
Block a user