From 7c718b51312f0a1e34fe2bd475c53d08fcb84e1d Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Wed, 19 Sep 2012 09:02:14 +0100 Subject: [PATCH] accountLogin and login related items removed accountLogin removed as an aliasArray to create login param not needed on init function Remove the if & else condition depending on login, this is not done here anymore No need to set login, not there anymore refreshFileManager no longer needs to take action on logging in, user would already be logged in --- lib/coder.js | 33 ++++++--------------------------- 1 file changed, 6 insertions(+), 27 deletions(-) diff --git a/lib/coder.js b/lib/coder.js index dd69db3..12ef074 100644 --- a/lib/coder.js +++ b/lib/coder.js @@ -31,7 +31,7 @@ var ICEcoder = { // Set our aliases initAliases: function() { - var aliasArray = ["header","files","account","accountLogin","fmLock","filesFrame","editor","tabsBar","findBar","content","footer","nestValid","nestDisplay","charDisplay"]; + var aliasArray = ["header","files","account","fmLock","filesFrame","editor","tabsBar","findBar","content","footer","nestValid","nestDisplay","charDisplay"]; // Create our ID aliases for (var i=0;i