mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-15 08:22:17 +00:00
use only client vars on index.jade
This commit is contained in:
parent
3cda8b0b56
commit
f896fdf16f
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ html(ng-app="habitrpg", ng-controller="RootCtrl", ng-class='{"applying-action":a
|
|||
script(type="text/javascript", src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5016f6cc44ad68a4", async="async")
|
||||
|
||||
script(type='text/javascript').
|
||||
window.env = !{JSON.stringify(env)};
|
||||
window.env = !{JSON.stringify(env._.pick(env, env.clientVars))};
|
||||
|
||||
!= env.getManifestFiles("app")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue