fix search to remain consistent with library.
This commit is contained in:
parent
dc36c972ba
commit
41c76e2c7d
@ -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…
x
Reference in New Issue
Block a user