mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
reset debug window on init of old one invalid
This commit is contained in:
parent
1acc47dc69
commit
f261667820
1 changed files with 3 additions and 1 deletions
|
|
@ -290,7 +290,9 @@ NOTE: use-clog-debugger should not be set for security issues
|
|||
(when jquery-ui
|
||||
(load-script (html-document clog-body) jquery-ui))
|
||||
(when (and use-clog-debugger (not clog-connection:*disable-clog-debugging*))
|
||||
(unless *clog-debug-instance*
|
||||
(unless (or *clog-debug-instance*
|
||||
(when (and (typep *clog-debug-instance* 'clog-obj)
|
||||
(validp *clog-debug-instance*))))
|
||||
(setf *clog-debug-instance* clog-body))
|
||||
(setf (connection-data-item clog-body "clog-debug")
|
||||
(lambda (event data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue