mirror of
https://github.com/friendica/friendica
synced 2025-04-25 05:10:11 +00:00
The data for the language display is now fetched on demand
This commit is contained in:
parent
50b1de5959
commit
b40687081e
7 changed files with 80 additions and 8 deletions
|
@ -803,6 +803,12 @@ function displaySearchText(id) {
|
|||
});
|
||||
}
|
||||
|
||||
function displayLanguage(id) {
|
||||
$.get('item/' + id + '/language', function(data) {
|
||||
alert(data);
|
||||
});
|
||||
}
|
||||
|
||||
var lockvisible = false;
|
||||
|
||||
function lockview(event, type, id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue