mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-14 06:30:14 -08:00
and load-only-once to load-css
This commit is contained in:
parent
e790776ad4
commit
11a8511f71
1 changed files with 3 additions and 2 deletions
|
|
@ -161,8 +161,9 @@ returns css-url."))
|
||||||
(cond ((not (and load-only-once loaded))
|
(cond ((not (and load-only-once loaded))
|
||||||
(jquery-execute (head-element obj)
|
(jquery-execute (head-element obj)
|
||||||
(format nil "append('<link rel=\"stylesheet\" href=\"~A\" type=\"text/css\">')"
|
(format nil "append('<link rel=\"stylesheet\" href=\"~A\" type=\"text/css\">')"
|
||||||
(escape-string css-url))))
|
(escape-string css-url)))
|
||||||
(setf (connection-data-item obj (format nil "clog-~A" css-url)) t)
|
(setf (connection-data-item obj (format nil "clog-~A" css-url)) t)
|
||||||
|
css-url)
|
||||||
(t
|
(t
|
||||||
t))))
|
t))))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue