mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 03:34:14 +00:00
fix(share): addthis in static pages
This commit is contained in:
parent
ca897d7cf3
commit
50bc48f325
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ html(ng-app='habitrpg')
|
|||
|
||||
meta(charset='utf-8')
|
||||
meta(name='viewport', content='width=device-width, initial-scale=1.0')
|
||||
|
||||
//FIXME for some reason this won't load when in footerCtrl.js#deferredScripts()
|
||||
script(type="text/javascript", src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5016f6cc44ad68a4", async="async")
|
||||
|
||||
!= env.getManifestFiles("static")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue