mirror of
https://github.com/CFC-Servers/cfc_cl_http_whitelist.git
synced 2025-03-04 03:03:18 -05:00
wrap pannels after Initialize
Co-authored-by: Brandon Sturgeon <brandon@brandonsturgeon.com>
This commit is contained in:
parent
3d8b1ebd03
commit
929daf500d
@ -142,9 +142,11 @@ local function wrapHTMLPanel( panelName )
|
||||
|
||||
end
|
||||
|
||||
wrapHTMLPanel("DHTML")
|
||||
wrapHTMLPanel("DPanel")
|
||||
wrapHTMLPanel("DMediaPlayerHTML")
|
||||
hook.Add( "Initialize", "CFC_HttpWhitelist_WrapHTML", function()
|
||||
wrapHTMLPanel("DHTML")
|
||||
wrapHTMLPanel("DPanel")
|
||||
wrapHTMLPanel("DMediaPlayerHTML")
|
||||
end )
|
||||
|
||||
wrapHTTP()
|
||||
wrapFetch()
|
||||
|
Loading…
Reference in New Issue
Block a user