aboutsummaryrefslogtreecommitdiffstats
path: root/scrumli.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'scrumli.lisp')
-rw-r--r--scrumli.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scrumli.lisp b/scrumli.lisp
index 1cf3deb..22ce5d7 100644
--- a/scrumli.lisp
+++ b/scrumli.lisp
@@ -59,8 +59,8 @@
:csss ,(list *scrumli-bootstrap-css-location*
*scrumli-font-awesome-css-location*
(genurl 'scrumli-css))
- :jss ,(list *scrumli-bootstrap-js-location*
- *scrumli-jquery-js-location*
+ :jss ,(list *scrumli-jquery-js-location*
+ *scrumli-bootstrap-js-location*
*scrumli-react-js-location*
*scrumli-jsxtransformer-js-location*)
:username ,(hunchentoot:session-value :username)