mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
minor changes
This commit is contained in:
parent
d13c0de0b1
commit
c2df4431eb
3 changed files with 37 additions and 11 deletions
|
|
@ -2,6 +2,18 @@
|
|||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
<script src=/lib/client/auth.js async></script>
|
||||
<script>
|
||||
(function(){
|
||||
"use strict";
|
||||
|
||||
if(window.opener){
|
||||
var lGitHub = window.opener.CloudCommander.Github;
|
||||
lGitHub.init(lGitHub.getUserData, window.location.search);
|
||||
window.close();
|
||||
}
|
||||
|
||||
})();
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue