mirror of
https://github.com/BreizhHardware/ProjetS4COMWEB.git
synced 2026-01-18 16:47:35 +01:00
@@ -279,9 +279,15 @@ function performSearch(event) {
|
||||
}
|
||||
|
||||
function attachSearchEventListener() {
|
||||
document.getElementById("recherche").addEventListener("click", function (event) {
|
||||
performSearch(event);
|
||||
});
|
||||
try{
|
||||
document.getElementById("recherche").addEventListener("click", function (event) {
|
||||
performSearch(event);
|
||||
});
|
||||
}
|
||||
catch (e) {
|
||||
//Do nothing
|
||||
//console.error(e);
|
||||
}
|
||||
}
|
||||
|
||||
function attachRDVEventListener() {
|
||||
|
||||
Reference in New Issue
Block a user