mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
fixes to eval
This commit is contained in:
parent
bcb011c6fb
commit
4d87d26ec8
4 changed files with 70 additions and 41 deletions
|
|
@ -844,8 +844,8 @@ propetery will be set to nil on creation."))
|
|||
is placed in DOM at top of OBJ instead of bottom of OBJ."
|
||||
(unless html-id
|
||||
(setf html-id (clog-connection:generate-id)))
|
||||
(let* ((panel (create-child obj
|
||||
(format nil
|
||||
(let* ((panel (create-child obj
|
||||
(format nil
|
||||
" <div class='w3-panel ~A w3-animate-right w3-display-container'>~
|
||||
<span id='~A-closer' class='w3-button w3-large w3-display-topright'>×</span>~
|
||||
<h3>~A</h3>~
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue