mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
Fixes small typo that caused copied code to not work. Reviewed-on: https://gitea.com/gitea/docs/pulls/287 Reviewed-by: Lunny Xiao <[email protected]> Co-authored-by: drabart <[email protected]> Co-committed-by: drabart <[email protected]>
This commit is contained in:
@@ -184,7 +184,7 @@ Here create file "footer.tmpl" and add following text into it:
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
// Supported 3D file types
|
||||
const fileTypes = ['3dm', '3ds', '3mf', 'amf', 'bim', 'brep', 'dae', 'fbx', 'fcstd', 'glb', 'gltf', 'ifc', 'igs', 'iges', 'stp'. 'step', 'stl', 'obj', 'off', 'ply', 'wrl'];
|
||||
const fileTypes = ['3dm', '3ds', '3mf', 'amf', 'bim', 'brep', 'dae', 'fbx', 'fcstd', 'glb', 'gltf', 'ifc', 'igs', 'iges', 'stp', 'step', 'stl', 'obj', 'off', 'ply', 'wrl'];
|
||||
|
||||
// Select matching link
|
||||
const links = Array.from(document.querySelectorAll('a.ui.mini.basic.button'));
|
||||
|
||||
Reference in New Issue
Block a user