From 52f6599748ef61219112111dc5db71f3342b076d Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 8 Aug 2013 17:38:35 +0200 Subject: adapted account api to multi user, fixed http referer bug --- pyload/web/app/scripts/models/Account.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/web/app/scripts/models/Account.js') diff --git a/pyload/web/app/scripts/models/Account.js b/pyload/web/app/scripts/models/Account.js index a2e24b056..9cfc1c0c1 100644 --- a/pyload/web/app/scripts/models/Account.js +++ b/pyload/web/app/scripts/models/Account.js @@ -18,7 +18,7 @@ define(['jquery', 'backbone', 'underscore', 'app', 'utils/apitypes'], function($ premium: false, activated: false, shared: false, - options: null + config: null }, // Model Constructor -- cgit v1.2.3