mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Remove run body in almost every case
This commit is contained in:
parent
c59ae62c32
commit
e5e3e07645
36 changed files with 199 additions and 121 deletions
|
|
@ -51,8 +51,7 @@
|
|||
(setf (attribute alert "role") "alert")
|
||||
(setf (attribute btn "data-dismiss") "alert")
|
||||
(place-after nav alert))))
|
||||
(set-on-click l3 (lambda (obj)(declare (ignore obj))(setf (color jname) (rgb 128 128 0)))))
|
||||
(run body))
|
||||
(set-on-click l3 (lambda (obj)(declare (ignore obj))(setf (color jname) (rgb 128 128 0))))))
|
||||
|
||||
(defun on-page2 (body)
|
||||
;; Since page2 is a new browser page we need to reload our bootstrap files.
|
||||
|
|
@ -70,8 +69,7 @@
|
|||
;; Jumbotron
|
||||
(jumbo (create-div body :class "jumbotron text-center"))
|
||||
(jname (create-section jumbo :h1 :content "You found Page2")))
|
||||
(declare (ignore l1) (ignore l2) (ignore l3) (ignore l4) (ignore jname)))
|
||||
(run body))
|
||||
(declare (ignore l1) (ignore l2) (ignore l3) (ignore l4) (ignore jname))))
|
||||
|
||||
(defun start-tutorial ()
|
||||
"Start turtorial."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue