Oops. I put the link to index.js in the wrong place.

This commit is contained in:
Tony Garnock-Jones 2016-08-10 13:17:40 -04:00
parent 0319278193
commit 6ba877b9c8

View File

@ -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