"REmove french from tetawebapp.js"
This commit is contained in:
parent
2f0811ecb4
commit
98a976616c
@ -67,12 +67,12 @@ function get_html_from_ajax(obj, url) {
|
|||||||
// HTML content is then put as innerHTML to obj
|
// HTML content is then put as innerHTML to obj
|
||||||
var xhttp = new XMLHttpRequest();
|
var xhttp = new XMLHttpRequest();
|
||||||
xhttp.onerror = function(){
|
xhttp.onerror = function(){
|
||||||
obj.innerHTML = "Erreur lors de la récuperation du contenu (1)";
|
obj.innerHTML = "Error while getting content (1)";
|
||||||
};
|
};
|
||||||
|
|
||||||
xhttp.onload = function(){
|
xhttp.onload = function(){
|
||||||
if (xhttp.status != 200) {
|
if (xhttp.status != 200) {
|
||||||
obj.innerHTML = "Erreur lors de la récuperation du contenu (2)";
|
obj.innerHTML = "Error while getting content (2)";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user