live version
This commit is contained in:
@@ -82,11 +82,13 @@ $(function () {
|
||||
var dayarr = Array.from(dtmap.values());
|
||||
console.log(timearr);
|
||||
console.log(dayarr);
|
||||
for (int i = 0; i < )
|
||||
for (var i = 0; i < dayarr.length; i++) {
|
||||
var place = findLoc(dayarr[i], timearr[i], course.datetimearr);
|
||||
var building = place.substring(0, place.search(/\d/) - 1);
|
||||
if (building == "") {
|
||||
building = "Undecided Location";
|
||||
|
||||
}
|
||||
//cal.addEvent(subject, description, location, begin, end, rrule)
|
||||
let rrurle = {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"manifest_version": 2,
|
||||
|
||||
"name": "UT Registration Plus",
|
||||
"version": "0.2.2.1",
|
||||
"version": "0.2.2.2",
|
||||
"options_page": "options.html",
|
||||
"description": "Improves the course registration process at the University of Texas at Austin!",
|
||||
"permissions": ["tabs",
|
||||
|
||||
Reference in New Issue
Block a user