Skip to content

Commit cf8ff59

Browse files
committed
Fixed first-time initialization typo and updated version number
1 parent ba6eaa5 commit cf8ff59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets/src/modules/sm/App/controllers/AppController.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ angular.module('sm').controller("AppController", function($scope, localStorage,
8585
}
8686
}
8787
if (!$scope.state.drawOptions.classDetails) {
88-
$scope.state.classDetails = 'NPL';
88+
$scope.state.drawOptions.classDetails = 'NPL';
8989
}
9090
if (!$scope.state.drawOptions.theme) {
91-
$scope.state.theme = 'woc';
91+
$scope.state.drawOptions.theme = 'woc';
9292
}
9393
} else {
9494

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "schedulemaker",
3-
"version": "3.0.23",
3+
"version": "3.0.24",
44
"private": true,
55
"description": "A course database lookup tool and schedule building web application for use at Rochester Institute of Technology.",
66
"main": "index.php",

0 commit comments

Comments
 (0)