mirror of
https://github.com/chev2/gmod-addons.git
synced 2025-10-30 06:31:35 +00:00
Move and expand a comment
This commit is contained in:
parent
e2759a20cb
commit
a82e4387db
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ function spraymesh_derma_utils.EnableMaximizeButton(dframe)
|
|||
end
|
||||
end
|
||||
|
||||
-- Get preview HTML to preview sprays using DHTML
|
||||
local PREVIEW_HTML_BASE = [=[
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
|
@ -84,6 +83,7 @@ local PREVIEW_HTML_BASE = [=[
|
|||
local PREVIEW_HTML_IMAGE = [=[<img src="%s">]=]
|
||||
local PREVIEW_HTML_VIDEO = [=[<video src="%s" muted autoplay loop>]=]
|
||||
|
||||
-- Gets preview HTML (HTML code only--no derma panel), to preview sprays using DHTML
|
||||
function spraymesh_derma_utils.GetPreviewHTML(previewSize, sprayURL)
|
||||
local elementFormatted = ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue