Guest User

Untitled

a guest
Apr 24th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. $.web3Popup({
  2. positionAdjust:'smart',
  3. modal:'#000',
  4. left:0,
  5. top:0,
  6. relativeTo:this,
  7. bound:true,
  8. parent:$('body'),
  9. moveHandle:'#windowTitle',
  10. zIndex:10006000,
  11. html:'<img src="Images/cweb3frame/throbber.gif" style="margin-left:34px"/>',
  12. href:'<?=$web3->buildUrl(
  13. array(
  14. 'environment'=>$environment,
  15. 'escape'=>'JS',
  16. 'moreReq'=>array(
  17. '_bit'=>$bit
  18. )
  19. ))?>'
  20. });
Add Comment
Please, Sign In to add comment