mirror of
https://gitea.com/gitea/docs.git
synced 2026-03-27 05:58:30 +07:00
Fixes small typo that caused copied code to not work. Reviewed-on: https://gitea.com/gitea/docs/pulls/287 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: drabart <drabart@noreply.gitea.com> Co-committed-by: drabart <drabart@noreply.gitea.com>
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