adjust package

This commit is contained in:
David Botton 2024-07-28 11:29:22 -04:00
parent 73157f85fc
commit 27c6a36455
6 changed files with 15 additions and 23 deletions

View file

@ -34,7 +34,7 @@
"Remove any deleted control from control-list"
(maphash (lambda (html-id control)
(when (equalp (js-query control (format nil "$.contains(document.documentElement, ~A)"
(clog::script-id control))) "false")
(script-id control))) "false")
(remove-from-control-list app panel-id html-id)))
(get-control-list app panel-id)))