Skip to content

Commit 4849ca2

Browse files
committed
Michael crashed the site... one last time
1 parent 52702f0 commit 4849ca2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

js/resources.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,6 @@ function create_showcase_card(project) {
248248
</div>
249249
</div>
250250
</div>
251-
252-
>>>>>>> navbar-fix
253251
*/
254252
var $card = $('<div>').attr({'class': 'col mb-2'})
255253
.append(
@@ -427,14 +425,8 @@ function create_week_heading_tr(week) {
427425
}
428426

429427
// Actually fetch all the resources
430-
<<<<<<< HEAD
431428
//var RESOURCES_DIR = 'http://localhost:8000/res'
432429
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-
>>>>>>> navbar-fix
437-
438430
$.when(
439431
// Before we can do anything, make sure we have the proper data!
440432
$.getJSON(RESOURCES_DIR + '/announcements.json', function(data) {

0 commit comments

Comments
 (0)