| Current Path : /home/jeromecohp/www/tmp/yooessentials/modules/element/elements/social_sharing_item/ |
| Current File : /home/jeromecohp/www/tmp/yooessentials/modules/element/elements/social_sharing_item/asset.js |
/* Essentials YOOtheme Pro (Freemium) 1.6.8; ZOOlanders https://www.zoolanders.com; Copyright (C) Joolanders, SL; http://www.gnu.org/licenses/gpl.html GNU/GPL */
window.UIkit.util.on("a[data-yooessentials-social-popup]","click",function(e){e.preventDefault();e=JSON.parse(this.dataset.yooessentialsSocialPopup);window.UIkit.util.assign(e,{left:(window.screen.width-e.width)/2,top:(window.screen.height-e.height)/4,resizible:"yes",scrollbars:"yes",menubar:"no",location:"no",directories:"no",status:"yes"}),window.open(this.href,"popupWindow",JSON.stringify(e).replace(/"|{|}/g,"").replace(/:/g,"="))});