We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52702f0 commit 4849ca2Copy full SHA for 4849ca2
1 file changed
js/resources.js
@@ -248,8 +248,6 @@ function create_showcase_card(project) {
248
</div>
249
250
251
-
252
->>>>>>> navbar-fix
253
*/
254
var $card = $('<div>').attr({'class': 'col mb-2'})
255
.append(
@@ -427,14 +425,8 @@ function create_week_heading_tr(week) {
427
425
}
428
426
429
// Actually fetch all the resources
430
-<<<<<<< HEAD
431
//var RESOURCES_DIR = 'http://localhost:8000/res'
432
var RESOURCES_DIR = 'https://stanfordpython.com/res'
433
-=======
434
-//var RESOURCES_DIR = 'https://stanfordpython.com/res'
435
-var RESOURCES_DIR = 'http://localhost:8000/res'
436
437
438
$.when(
439
// Before we can do anything, make sure we have the proper data!
440
$.getJSON(RESOURCES_DIR + '/announcements.json', function(data) {
0 commit comments