cloudcmd/html/auth.html
2012-12-18 07:15:57 -05:00

19 lines
No EOL
461 B
HTML

<!doctype html>
<html>
<head></head>
<body>
<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>