mirror of
https://github.com/searxng/searxng.git
synced 2025-07-16 17:59:30 +02:00
[enh] add translatable strings to javascript - closes #461
This commit is contained in:
parent
6fb5c6aad9
commit
4ca0d8cb0f
11 changed files with 20 additions and 11 deletions
|
@ -90,7 +90,7 @@ $(document).ready(function(){
|
|||
}
|
||||
})
|
||||
.fail(function() {
|
||||
$(result_table_loadicon).html($(result_table_loadicon).html() + "<p class=\"text-muted\">could not load data!</p>");
|
||||
$(result_table_loadicon).html($(result_table_loadicon).html() + "<p class=\"text-muted\">"+could_not_load+"</p>");
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue