Skip to content
Snippets Groups Projects
Commit f8524be4 authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Sort result files without log message

parent a0c0f3ff
No related branches found
No related tags found
No related merge requests found
......@@ -228,7 +228,6 @@
return 0;
});
resultsElement = document.getElementById("results");
console.log(results);
for (let result of results) {
resultsElement.insertAdjacentHTML(
"beforeend",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment