Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $('.confirm-booking')
  2. .find('.config_shipper_label')
  3. .html(formConfig.shipper_labels === 1 ? 'Yes' : 'No')
  4. .find('.config_batteri')
  5. .html(formConfig.batteri_labels === 1 ? 'Yes' : 'No');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement