Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (function($){
  2.  
  3.   $(window).on('load',function(){
  4.         new ZammadChat({
  5.         background: '#f8e8d7',
  6.         fontSize: '12px',
  7.         chatId: 1
  8.         });
  9.     });
  10.  
  11. })(jQuery)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement