fix search to remain consistent with library.
This commit is contained in:
parent
dc36c972ba
commit
41c76e2c7d
1 changed files with 2 additions and 5 deletions
|
@ -47,11 +47,8 @@ function searchLibrary() {
|
|||
$("#library_display tr:not(:first-child)").remove();
|
||||
$("#library_display tbody").append(json.results);
|
||||
|
||||
$("#library_display tr:not(:first-child)")
|
||||
.contextMenu({menu: 'myMenu'}, contextMenu)
|
||||
.draggable({
|
||||
helper: 'clone'
|
||||
});
|
||||
//in campcaster/library.js
|
||||
addLibraryItemEvents();
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue