mirror of
https://github.com/Floriansylvain/projet_programmation_web.git
synced 2026-08-19 11:43:16 +02:00
💡 Added TODO (just in case)
This commit is contained in:
@@ -172,7 +172,7 @@ function displayResults(results, aCount) {
|
|||||||
hideLoading()
|
hideLoading()
|
||||||
showError(results.message)
|
showError(results.message)
|
||||||
} else if (results.status === 200) {
|
} else if (results.status === 200) {
|
||||||
initCharts(searchString, queryOption)
|
initCharts(searchString, queryOption) // TODO Ne pas faire si toggleSwitch désactivé ou si moins de 10 résultats
|
||||||
count = aCount
|
count = aCount
|
||||||
resultsArray = []
|
resultsArray = []
|
||||||
pagesNumbersContainer.style.display = 'flex'
|
pagesNumbersContainer.style.display = 'flex'
|
||||||
|
|||||||
Reference in New Issue
Block a user