mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 18:50:42 -08:00
Minor updates to comments.
This commit is contained in:
parent
aca581216d
commit
a31218ba3d
13 changed files with 32 additions and 20 deletions
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
(in-package :clog-user)
|
||||
|
||||
;;; HTML 5 local storage are the best way to stort client side data
|
||||
;;; and in general are a far better than cookies.
|
||||
(defun on-new-window (body)
|
||||
(setf (title (html-document body)) "Tutorial 14")
|
||||
(set-on-click (create-button body :content "Set Local Key")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue