Searched refs:share_to (Results 1 – 1 of 1) sorted by relevance
| /template/bootstrap3/ |
| D | script.js | 413 var share_to = { variable 427 window.open(share_to.twitter, 'Share to Twitter', window_options); 431 window.open(share_to.linkedin, 'Share to Linkedin', window_options); 435 window.open(share_to.facebook, 'Share to Facebook', window_options); 439 window.open(share_to.pinterest, 'Share to Pinterest', window_options); 443 window.open(share_to.telegram, 'Share to Telegram', window_options); 447 window.open(share_to.yammer, 'Share to Yammer', window_options); 451 window.open(share_to.reddit, 'Share to Reddit', window_options); 456 window.location = share_to['sendmail']; 460 window.open(share_to.whatsapp, 'Share to WhatsApp', window_options); [all …]
|