diff options
| author | 2013-07-24 17:42:43 +0200 | |
|---|---|---|
| committer | 2013-07-24 17:42:56 +0200 | |
| commit | f0bfb8a13b6b488c561084a4a33acc9b75984b03 (patch) | |
| tree | 22ef409a315a5afdb2bb93157dd751f2d61d8a71 /pyload/web/app/scripts/default.js | |
| parent | DebridItaliaCom: two more hosters supported (diff) | |
| download | pyload-f0bfb8a13b6b488c561084a4a33acc9b75984b03.tar.xz | |
improved login mechanism
Diffstat (limited to 'pyload/web/app/scripts/default.js')
| -rw-r--r-- | pyload/web/app/scripts/default.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/web/app/scripts/default.js b/pyload/web/app/scripts/default.js index 6c5ee9afb..428ec2b28 100644 --- a/pyload/web/app/scripts/default.js +++ b/pyload/web/app/scripts/default.js @@ -21,7 +21,7 @@ define('default', ['backbone', 'jquery', 'app', 'router', 'models/UserSession'], }; $(function() { - App.session = new UserSession(); + App.user = new UserSession(); App.router = new Router(); App.start(); }); |
