fix search to remain consistent with library.

This commit is contained in:
naomiaro 2010-12-30 14:38:48 -05:00
parent dc36c972ba
commit 41c76e2c7d

View file

@ -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();
}
});