aboutsummaryrefslogtreecommitdiffstats
path: root/scrumli.lisp
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-07-15 19:51:45 +0200
committerGravatar Tom Willemse2013-07-15 19:51:45 +0200
commit86b448369e155b98c0659c3e360f62f70a1cca97 (patch)
treee890ee4352a538df3279e9ffa0b708527fcbcdcc /scrumli.lisp
parentd746bfc8e57fb1280fab67d522db86f7d8e2abf1 (diff)
downloadscrumli-86b448369e155b98c0659c3e360f62f70a1cca97.tar.gz
scrumli-86b448369e155b98c0659c3e360f62f70a1cca97.zip
Use a dialog to send new stories.
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)