Advertisement
Guest User

Untitled

a guest
Dec 18th, 2017
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.17 KB | None | 0 0
  1.  each offer,index in offers_arr
  2.     script.
  3.         var showOffer = parseInt("#{offer.mincreditsum}").toLocaleString();
  4.         console.log(showOffer)
  5.     span#summin= showOffer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement