File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ <h1>Python Vulnerability Lookup</h1>
194194 < div style ="margin-bottom: 12px; ">
195195 < label for ="pathInput " style ="font-weight: 600; display: block; margin-bottom: 4px; "> Or load from a GitHub repo or URL:</ label >
196196 < div style ="display: flex; gap: 8px; ">
197- < input type ="text " id ="pathInput " placeholder ="simonw/datasette or https://... " style ="flex: 1; padding: 8px 12px; border: 2px solid #ddd; border-radius: 6px; font-size: 14px; ">
197+ < input type ="text " id ="pathInput " placeholder ="simonw/datasette or https://... " style ="flex: 1; padding: 8px 12px; border: 2px solid #ddd; border-radius: 6px; font-size: 14px; " onkeydown =" if(event.key==='Enter'){event.preventDefault();fetchFromPath()} " >
198198 < button id ="fetchBtn " onclick ="fetchFromPath() "> Fetch</ button >
199199 </ div >
200200 < div style ="font-size: 13px; color: #666; margin-top: 4px; ">
You can’t perform that action at this time.
0 commit comments