mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
19 lines
No EOL
461 B
HTML
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> |