File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff 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'
432429var 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 ) {
You can’t perform that action at this time.
0 commit comments