Commented testing js lines
All checks were successful
Gitea/YTDJ/pipeline/head This commit looks good

This commit is contained in:
2022-10-12 18:06:51 +02:00
parent ee487c5fd7
commit b24bfc0240

View File

@@ -474,5 +474,7 @@ function displaySearchResults(res) {
} }
// For testing purpose // For testing purpose
results = JSON.parse(localStorage.getItem('sres')); // results = JSON.parse(localStorage.getItem('sres'));
displaySearchResults(results); // if (results) {
// displaySearchResults(results);
// }