add: allow direct "atto://" links to work for script tags
This commit is contained in:
parent
78c9b3349d
commit
e7febc7c7e
5 changed files with 8 additions and 5 deletions
|
@ -121,8 +121,9 @@
|
|||
; data
|
||||
(div
|
||||
("class" "w-full")
|
||||
("style" "max-width: 100%; overflow: auto")
|
||||
("style" "max-width: 100%; overflow: auto; min-height: 512px")
|
||||
(table
|
||||
("class" "w-full")
|
||||
(thead
|
||||
(tr
|
||||
(th (text "Name"))
|
||||
|
|
|
@ -89,8 +89,9 @@
|
|||
; directory browser
|
||||
(div
|
||||
("class" "w-full")
|
||||
("style" "max-width: 100%; overflow: auto")
|
||||
("style" "max-width: 100%; overflow: auto; min-height: 512px")
|
||||
(table
|
||||
("class" "w-full")
|
||||
(thead
|
||||
(tr
|
||||
(th (text "Name"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue