From 86b448369e155b98c0659c3e360f62f70a1cca97 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 15 Jul 2013 19:51:45 +0200 Subject: Use a dialog to send new stories. --- scrumli.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scrumli.lisp') 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) -- cgit v1.2.3-54-g00ecf