');
}
});
$(".distButton").click(function(){
@@ -164,7 +164,7 @@ function openDialog(dep,cls,sem,professor,res){
var name;
if(profname == ""){
name = "Undecided Professor ";
- console.log(res.values);
+ //console.log(res.values);
}
else{
name = profinit+". "+profname.substring(0,1)+profname.substring(1).toLowerCase();
@@ -247,7 +247,7 @@ function openDialog(dep,cls,sem,professor,res){
}]
}, function(chart) { // on complete
if(data.length == 0){
- chart.renderer.text('Could not find data for this Professor teaching this Course', 100, 120)
+ chart.renderer.text('Could not find distribution for this Professor in this Course', 100, 120)
.css({
fontSize: '20px',
align:'center',
diff --git a/styles.css b/styles.css
index f6dcdac5..e8fead95 100644
--- a/styles.css
+++ b/styles.css
@@ -16,6 +16,7 @@
background-color: #fefefe;
margin: auto;
max-height: 85%;
+ min-width: 55%;
overflow-y: auto;
padding: 20px;
border: 1px solid #888;
diff --git a/todo b/todo
index 25081b41..85b1b549 100644
--- a/todo
+++ b/todo
@@ -3,11 +3,15 @@ TODO:
DIFFERENT IF NO PROF
- Saving courses
- popup.html
+- Online classes/no location
- eCIS? link or scrape
- Schedule Conflicts
- waitlist/closed/open colors
+- maybe modal animations?
+- fix close button
- underline Courses maybe? click to go to using the planner link thing
- Rate my prof link scraping?
+- when almost everything is blank: M 379H as example
CLEAN UP:
Everything lmao