Browse Source

Commented testing js lines

master
TFLCL 2 years ago
parent
commit
b24bfc0240
  1. 6
      js/main.js

6
js/main.js

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

Loading…
Cancel
Save