feature(html) html -> tmpl: 2 x times speed up

This commit is contained in:
coderaiser 2015-06-10 12:28:02 -04:00
parent c9bbf0cf2b
commit d533a4259d
14 changed files with 9 additions and 8 deletions

View file

@ -1,17 +0,0 @@
<!doctype html>
<html>
<head></head>
<body>
<script>
(function() {
'use strict';
window.opener
.CloudCmd
.GitHub
.authorize(window.location.search);
})();
</script>
</body>
</html>