fix(footerCtrl.js): disable addThis hover

Activate addThis dropdown on click/tap not on hover.
This commit is contained in:
benmanley 2014-12-12 17:41:26 +00:00
parent 0943a229ec
commit 45d30ffef5

View file

@ -42,6 +42,7 @@
//$.getScript("//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5016f6cc44ad68a4"); //FIXME why isn't this working when here? instead it's now in <head>
var addthisServices = 'facebook,twitter,googleplus,tumblr,'+window.env.BASE_URL.replace('https://','').replace('http://','');
window.addthis_config = {
ui_click: true,
services_custom:{
name: "Download",
url: window.env.BASE_URL+"/export/avatar-"+User.user._id+".png",