mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
when running remote use relative url for test
This commit is contained in:
parent
ec4fee640e
commit
f1525276a0
1 changed files with 1 additions and 1 deletions
|
|
@ -1526,7 +1526,7 @@ It parse the string TEXT without using READ functions."
|
||||||
(if *app-mode*
|
(if *app-mode*
|
||||||
(open-browser :url (format nil "http://127.0.0.1:~A/test" *clog-port*))
|
(open-browser :url (format nil "http://127.0.0.1:~A/test" *clog-port*))
|
||||||
(open-window (window (connection-body obj))
|
(open-window (window (connection-body obj))
|
||||||
(format nil "http://127.0.0.1:~A/test" *clog-port*)))
|
(format nil "/test" *clog-port*)))
|
||||||
(on-open-file obj :title-class "w3-yellow" :title "test eval" :text result)))
|
(on-open-file obj :title-class "w3-yellow" :title "test eval" :text result)))
|
||||||
|
|
||||||
(defun on-show-control-properties-win (obj)
|
(defun on-show-control-properties-win (obj)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue