@@ -47,7 +47,7 @@ var config = {
4747
4848 // 2018: 24 hours of assignment marking and 6 hours of course material preparation!
4949
50- for ( var week = 4 ; week <= 10 ; week += 2 ) {
50+ for ( var week = 4 ; week <= 10 ; week += 2 ) {
5151 activities_list . push ( {
5252 activity_type : Claim . ASSIGNMENT_MARKING ,
5353 week : week ,
@@ -63,9 +63,9 @@ var config = {
6363 end_time : '1900'
6464 } ) ;
6565 }
66-
66+
6767 activities_list . push ( {
68- activity_type : Claim . COURSE_MATERIAL_PREPARATION , // Now called "Course Material Creation".
68+ activity_type : Claim . COURSE_MATERIAL_PREPARATION , // Now called "Course Material Creation".
6969 week : 1 ,
7070 day : 'MONDAY' ,
7171 start_time : '0900' ,
@@ -80,16 +80,16 @@ var config = {
8080// DO NOT CHANGE THE BOTTOM UNLESS YOU KNOW WHAT YOU ARE DOING
8181// ***********************************************************
8282
83- if ( ! STUDENT_ID ) { // Chrome does not allow window.prompt() to run on an inactive tab.
83+ if ( ! STUDENT_ID ) { // Chrome does not allow window.prompt() to run on an inactive tab.
8484 alert ( 'Please modify STUDENT_ID in the code, or run STUDENT_ID="a0123456" before pasting and running the code.' ) ;
8585} else {
86- var core_script = 'https://yyc .github.io/nus-scripts/claims/claim.js' ;
86+ var core_script = 'https://nusmodifications .github.io/nus-scripts/claims/claim.js' ;
8787 var c = undefined ;
8888 $ . getScript ( core_script )
8989 . done ( function ( ) {
9090 c = new Claim ( config ) ;
9191 } )
92- . fail ( function ( jqxhr , settings , exception ) {
92+ . fail ( function ( jqxhr , settings , exception ) {
9393 console . warn ( 'Error loading script' ) ;
9494 console . warn ( jqxhr ) ;
9595 console . warn ( exception ) ;
0 commit comments