mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 13:48:46 +00:00
fix(footerCtrl.js): disable addThis hover
Activate addThis dropdown on click/tap not on hover.
This commit is contained in:
parent
0943a229ec
commit
45d30ffef5
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue