diff --git a/html/auth/github.html b/html/auth/github.html index e95eb1fd..fc6e3707 100644 --- a/html/auth/github.html +++ b/html/auth/github.html @@ -8,9 +8,9 @@ var lOpener = window.opener; if(lOpener){ - var cloudcmd = lOpener.CloudCommander; + var CloudCmd = lOpener.CloudCmd; - cloudcmd.getModules(function(pModules){ + CloudCmd.getModules(function(pModules){ var Util = lOpener.Util, lStorage = Util.findObjByNameInArr(pModules, 'storage'), lGitHub = Util.findObjByNameInArr(lStorage, 'GitHub'),