Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Event.addBehavior({
  2.   "tr.invoice-line": DynamicInvoiceLinesBehavior ,
  3.   "td.dynamic-cell": DynamicCellBehavior ,
  4.   ".delete_adjustments": ButtonsforInvoices,
  5.   ".review_adjustments": ButtonsforInvoices,
  6.   ".approve_adjustments": ButtonsforInvoices,
  7.   ".archive_adjustments": ButtonsforInvoices,
  8.   ".complete_adjustments": ButtonsforInvoices,
  9.   ".new_adjustments": ButtonsforInvoices,
  10.   ".edit_adjustments": ButtonsforInvoices,
  11.   ".integrate_adjustments": ButtonsforInvoices,
  12.   ".new_item": ButtonsforItems,
  13.   ".delete_items": ButtonsforItems,
  14.   ".notes": ShowNotesOnHover,
  15.   ".notes_lines": ShowNotesOnHoverLines
  16. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement