Skip to content

Commit

Permalink
Uses // notation for relative links and reverts pycrypto omission
Browse files Browse the repository at this point in the history
  • Loading branch information
danholevoet committed Apr 16, 2013
1 parent f8f251e commit 94a7ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.yaml
Expand Up @@ -25,4 +25,4 @@ handlers:

libraries:
- name: pycrypto
version: "2.6"
version: latest
2 changes: 1 addition & 1 deletion templates/tictactoe.html
Expand Up @@ -43,7 +43,7 @@ <h2>Recent Games</h2>
</div>
<script type="text/javascript">
function init() {
google.devrel.samples.ttt.init('https://' + window.location.host + '/_ah/api');
google.devrel.samples.ttt.init('//' + window.location.host + '/_ah/api');
}
</script>
<script src="https://apis.google.com/js/client.js?onload=init"></script>
Expand Down

0 comments on commit 94a7ce7

Please sign in to comment.