Skip to content

Commit 2329143

Browse files
committed
Make RESOURCE_DIR local
1 parent 10bd5ac commit 2329143

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/resources.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,8 @@ function create_week_heading_tr(week) {
426426
}
427427

428428
// Actually fetch all the resources
429-
var RESOURCES_DIR = 'https://stanfordpython.com/res'
429+
//var RESOURCES_DIR = 'https://stanfordpython.com/res'
430+
var RESOURCES_DIR = 'http://localhost:8000/res'
430431

431432
$.when(
432433
// Before we can do anything, make sure we have the proper data!

0 commit comments

Comments
 (0)