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 tr:not(:first-child)").remove();
|
||||||
$("#library_display tbody").append(json.results);
|
$("#library_display tbody").append(json.results);
|
||||||
|
|
||||||
$("#library_display tr:not(:first-child)")
|
//in campcaster/library.js
|
||||||
.contextMenu({menu: 'myMenu'}, contextMenu)
|
addLibraryItemEvents();
|
||||||
.draggable({
|
|
||||||
helper: 'clone'
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue