minor changes

This commit is contained in:
coderaiser 2012-12-18 07:15:57 -05:00
parent d13c0de0b1
commit c2df4431eb
3 changed files with 37 additions and 11 deletions

View file

@ -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>