mirror of
https://github.com/friendica/friendica
synced 2025-04-27 13:10:10 +00:00
Menu option to display the search text
This commit is contained in:
parent
44344af055
commit
50b1de5959
9 changed files with 152 additions and 44 deletions
|
@ -797,6 +797,12 @@ function getPosition(e) {
|
|||
return cursor;
|
||||
}
|
||||
|
||||
function displaySearchText(id) {
|
||||
$.get('item/' + id + '/searchtext', function(data) {
|
||||
alert(data);
|
||||
});
|
||||
}
|
||||
|
||||
var lockvisible = false;
|
||||
|
||||
function lockview(event, type, id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue