mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
style warning corrections
This commit is contained in:
parent
f4b0abe422
commit
c2789b85e2
11 changed files with 84 additions and 98 deletions
|
|
@ -7,16 +7,19 @@
|
|||
(defun on-new-window (body)
|
||||
(set-on-click (create-button body :content "Set Local Key")
|
||||
(lambda (obj)
|
||||
(declare (ignore obj))
|
||||
(setf (storage-element (window body) :local "my-local-key")
|
||||
(get-universal-time))
|
||||
(reload (location body))))
|
||||
(set-on-click (create-button body :content "Set Session Key")
|
||||
(lambda (obj)
|
||||
(declare (ignore obj))
|
||||
(setf (storage-element (window body) :session "my-session-key")
|
||||
(get-universal-time))
|
||||
(reload (location body))))
|
||||
(set-on-storage (window body)
|
||||
(lambda (obj data)
|
||||
(declare (ignore obj))
|
||||
(create-div body :content
|
||||
(format nil "<br>~A : ~A => ~A<br>"
|
||||
(getf data ':key)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue