mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -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))
|
||||
(jquery-execute (head-element obj)
|
||||
(format nil "append('<link rel=\"stylesheet\" href=\"~A\" type=\"text/css\">')"
|
||||
(escape-string css-url))))
|
||||
(setf (connection-data-item obj (format nil "clog-~A" css-url)) t)
|
||||
(escape-string css-url)))
|
||||
(setf (connection-data-item obj (format nil "clog-~A" css-url)) t)
|
||||
css-url)
|
||||
(t
|
||||
t))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue