mirror of
https://github.com/wolfpld/tracy
synced 2026-01-19 04:52:09 +00:00
6 lines
109 B
Lua
6 lines
109 B
Lua
function Link(el)
|
|
el.attributes['reference-type'] = nil
|
|
el.attributes['reference'] = nil
|
|
return el
|
|
end
|