live version

This commit is contained in:
10001shh
2018-12-09 16:14:53 -06:00
parent 1cacf9da14
commit aa3b68fe9e
2 changed files with 17 additions and 15 deletions

View File

@@ -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 = {

View File

@@ -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",