We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28d84b commit fb1f303Copy full SHA for fb1f303
FileMap.html
@@ -71,7 +71,7 @@ <h1 id="Blur">Source Code Visualizer</h1>
71
<p>{{.DisplayTitle}}</p>
72
<form action="/display" method="post">
73
<input id="scanPath" type="text" name="scanPath" placeholder="Source Code Directory">
74
- <select id="wantedExts" name="wantedExts">
+ <select id="langSelect" name="wantedExts">
75
<option value="*">All Files</option>
76
<option value=".c .cpp .h .hpp .cc .cxx">C/C++</option>
77
<option value=".py">Python</option>
0 commit comments