Advertisement
Guest User

Untitled

a guest
Feb 10th, 2015
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. $.extend(cur_frm.cscript, {
  2. onload:function (doc,dt,dn){
  3. $('<div id="map-canvas" style="width: 425px; height: 425px;">Google Map</div> ').appendTo($('div[title~="lon"]'));''
  4. if(doc.__islocal || (!doc.lat || ! doc.lon)){
  5. cur_frm.cscript.create_pin_on_map(doc,'9.072264','7.491302');
  6. }
  7. else{
  8. cur_frm.cscript.create_pin_on_map(doc,doc.lat,doc.lon);
  9. }
  10. }
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement