mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
refactored
This commit is contained in:
parent
b6db238c82
commit
df5f2ee7e1
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