mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
refactored
This commit is contained in:
parent
7c4e727ed2
commit
2a47100918
5 changed files with 16 additions and 19 deletions
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
cloudcmd.getModules(function(pModules){
|
||||
var lStorage = Util.findObjByNameInArr(pModules, 'storage'),
|
||||
lGitHub = Util.findObjByNameInArr(lStorage.data, 'GitHub'),
|
||||
lGitHub = Util.findObjByNameInArr(lStorage, 'GitHub'),
|
||||
GitHub_ID = lGitHub && lGitHub.key;
|
||||
|
||||
window.location =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue