mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
fixed forcing html-id to string
This commit is contained in:
parent
282d6c6c03
commit
16c605aad1
1 changed files with 1 additions and 1 deletions
|
|
@ -1162,7 +1162,7 @@ the browser."))
|
|||
(defmethod window-close ((obj clog-gui-window))
|
||||
(let ((app (connection-data-item obj "clog-gui")))
|
||||
(when app
|
||||
(remhash (format nil "~A" (html-id obj)) (windows app))
|
||||
(remhash (html-id obj) (windows app))
|
||||
(when (window-select app)
|
||||
(destroy (window-select-item obj)))
|
||||
(remove-from-dom obj)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue