mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
Support for external pages
This commit is contained in:
parent
daefdc1d7f
commit
ebf0364775
2 changed files with 263 additions and 34 deletions
|
|
@ -405,7 +405,7 @@ instead of the compiled version."
|
|||
"Execute SCRIPT on CONNECTION-ID, return value. If times out answer
|
||||
DEFAULT-ANSWER."
|
||||
(let ((uid (generate-id)))
|
||||
(prep-query uid default-answer)
|
||||
(prep-query uid (when default-answer (format nil "~A" default-answer)))
|
||||
(execute connection-id
|
||||
(format nil "ws.send (\"~A:\"+eval(\"~A\"));"
|
||||
uid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue