Skip to content

Instantly share code, notes, and snippets.

@carlwoodward
Created September 16, 2008 23:38
Show Gist options
  • Save carlwoodward/11166 to your computer and use it in GitHub Desktop.
Save carlwoodward/11166 to your computer and use it in GitHub Desktop.
undefined
BankImportLineItemAllocationHelper = Class.create({
new: function(bank_import_line_item_id, request) {
bank_import_line_item = $('bank_import_line_item_' + bank_import_line_item_id)
actions = $$('#' + bank_import_line_item.id + ' .actions').first()
actions.hide()
partial = request.responseText
Element.insert(actions, {before: partial})
}
})
BankImportLineItemAllocationHelper = new BankImportLineItemAllocationHelper();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment