diff options
Diffstat (limited to 'src/web/app/common/scripts')
| -rw-r--r-- | src/web/app/common/scripts/i.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/scripts/i.js b/src/web/app/common/scripts/i.js index 66ce37d506..20c33c6402 100644 --- a/src/web/app/common/scripts/i.js +++ b/src/web/app/common/scripts/i.js @@ -2,7 +2,7 @@ const riot = require('riot'); module.exports = me => { riot.mixin('i', { - init: () => { + init: function() { this.I = me; this.SIGNIN = me != null; |