Hotlink protection warning on file viewer

This commit is contained in:
2021-12-26 13:21:02 +01:00
parent 132d50372f
commit 14c8ea594d
5 changed files with 96 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ onMount(() => {
}
})
let set_ad_type = (t) => {
let set_ad_type = async t => {
ad_type = t
head.load_ad(t)
resize()