minor fixes
This commit is contained in:
parent
5795871bcc
commit
4e7b3ce86b
5 changed files with 17 additions and 23 deletions
|
@ -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();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue