We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10bd5ac commit 2329143Copy full SHA for 2329143
js/resources.js
@@ -426,7 +426,8 @@ function create_week_heading_tr(week) {
426
}
427
428
// Actually fetch all the resources
429
-var RESOURCES_DIR = 'https://stanfordpython.com/res'
+//var RESOURCES_DIR = 'https://stanfordpython.com/res'
430
+var RESOURCES_DIR = 'http://localhost:8000/res'
431
432
$.when(
433
// Before we can do anything, make sure we have the proper data!
0 commit comments