mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-05 18:20:36 -08:00
fix regression
This commit is contained in:
parent
fab0dc86e9
commit
5b893c6159
1 changed files with 1 additions and 6 deletions
|
|
@ -241,12 +241,7 @@ NOTE: use-clog-debugger should not be set for security issues
|
||||||
(when jquery-ui-css
|
(when jquery-ui-css
|
||||||
(load-css (html-document clog-body) jquery-ui-css))
|
(load-css (html-document clog-body) jquery-ui-css))
|
||||||
(when jquery-ui
|
(when jquery-ui
|
||||||
(load-script (html-document clog-body) jquery-ui))
|
(load-script (html-document clog-body) jquery-ui)))
|
||||||
(when use-clog-debugger
|
|
||||||
(setf (connection-data-item clog-body "clog-debug")
|
|
||||||
(lambda (event data)
|
|
||||||
(with-clog-debugger (clog-body)
|
|
||||||
(funcall event data))))))
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Implementation - Menus
|
;; Implementation - Menus
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue