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