Parcourir la source

That wasn't working

Innocenty Enikeew il y a 11 ans
Parent
commit
9e43497bdd
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 0 4
      src/utils.lisp
  2. 4 0
      src/web.lisp

+ 0 - 4
src/utils.lisp

@@ -135,7 +135,3 @@
                                                       :expires (if (equal expires 0) nil (floor expires 1000))
                                                       :securep (equal secure-p 1)
                                                       :http-only-p (equal http-only-p 1))))))
-
-;;; parenscript macros
-(defpsmacro ! (&rest method-calls)
-  `(chain ,@method-calls))

+ 4 - 0
src/web.lisp

@@ -201,6 +201,10 @@
     ((equal file "timeliner.css") +timeliner.css+)
     (t (merge-pathnames (format nil "css/~A" file) *resources*))))
 
+;;; parenscript macros
+(defpsmacro ! (&rest method-calls)
+  `(chain ,@method-calls))
+
 (defparameter +timeliner.js+
   (ps
     ;; Base app structure