Changes for page CLB Search Component
Last modified by bougault on 2023/01/17 11:42
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -52,7 +52,7 @@ 52 52 } 53 53 54 54 get searchButton() { 55 - return this.$('# search');55 + return this.$('#button'); 56 56 } 57 57 58 58 ... ... @@ -67,7 +67,7 @@ 67 67 `); 68 68 } 69 69 70 - renderResults =(results)=>{70 + renderResults(results) { 71 71 const resultsContainer = this.$('#results'); 72 72 resultsContainer.replaceChildren(); 73 73 for(let i = 0, j = results.length; i < j; i++) {