Menu option to display the search text

This commit is contained in:
Michael 2024-04-05 07:35:21 +00:00
parent 44344af055
commit 50b1de5959
9 changed files with 152 additions and 44 deletions

View file

@ -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) {