minor fixes

This commit is contained in:
naomiaro 2010-12-21 23:56:14 -05:00
parent 5795871bcc
commit 4e7b3ce86b
5 changed files with 17 additions and 23 deletions

View file

@ -57,20 +57,12 @@ function searchLibrary() {
});
}
$(document).ready(function() {
function setUpSearch() {
$("#search_add").click(ajaxAddField);
$("#search_submit").click(searchLibrary);
$('[id^="fieldset-row_"]').each(function(i, el){
addRemove(el);
});
$("#library_display tr:not(:first-child)")
.contextMenu({menu: 'myMenu'}, contextMenu)
.draggable({
helper: 'clone'
});
setUpSPL();
});
}