Some additional fixes for documentation

This commit is contained in:
David Botton 2021-12-26 11:45:34 -05:00
parent 51ef8f0900
commit 63586cfb0f
3 changed files with 22 additions and 7 deletions

View file

@ -1257,6 +1257,7 @@ is placed in DOM at top of html body instead of bottom of html body."
(set-on-click
(attach-as-child obj (format nil "~A-close" html-id))
(lambda (obj)
(declare (ignore obj))
(destroy win)))
(when time-out
(sleep time-out)