mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
fixed 'turtorial' type
This commit is contained in:
parent
961b87f285
commit
074ef2c2e5
24 changed files with 24 additions and 20 deletions
|
|
@ -12,7 +12,6 @@
|
|||
(:export start-tutorial))
|
||||
|
||||
(in-package :clog-tut-33)
|
||||
|
||||
(defun on-new-window (body)
|
||||
(setf (title (html-document body)) "Tutorial 33")
|
||||
(with-connection-cache (body)
|
||||
|
|
@ -172,6 +171,6 @@
|
|||
(select-tab p3))))))))
|
||||
|
||||
(defun start-tutorial ()
|
||||
"Start turtorial."
|
||||
"Start tutorial."
|
||||
(initialize 'on-new-window)
|
||||
(open-browser))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue