Last active
August 29, 2015 14:08
-
-
Save fisherds/acc72ac1e09435c46545 to your computer and use it in GitHub Desktop.
Lines of code to add to main.py for this unit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| js_track.append(("Simple AJAX Requests - Server Time", False, "/static/SimpleAjax/ServerTime/server_time.html")) | |
| js_track.append(("Simple AJAX Requests - MovieQuotes Quiz", False, "http://" + USERNAME + "-movie-quotes.appspot.com/quiz.html")) | |
| js_track.append(("Simple AJAX Requests - Tic-Tac-Toe Lab", False, "http://" + USERNAME + "-ttt.appspot.com/matching.html")) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment