Skip to content

Commit 52f58d9

Browse files
authored
Merge pull request #359 from tmcnulty387/develop
Revert "Added banner stating that schedule maker isn't working"
2 parents 98cbcf5 + f5b291f commit 52f58d9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

assets/src/modules/sm/Generate/templates/generate.html

-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
<form novalidate id="scheduleForm" name="schedule" class="container">
22
<div class="row">
33
<div class="col-md-8 clearfix">
4-
<div class="alert alert-info">
5-
We are having an issue with ITS regarding getting class data. We are trying to resolve this with ITS, but in the meantime ScheduleMaker is not functional. We are sorry for the inconvenience!
6-
</div>
7-
<!--
84
<div class="alert alert-info" ng-show="state.ui.alert_generateFeatures">
95
<button type="button" class="close" data-dismiss="alert" aria-hidden="true" ng-click="state.ui.alert_generateFeatures = false"><i class="fa fa-times"></i></button>
106
Use a comma to separate courses to see which course fits your schedule better. Add courses from the Browse or Search page to your schedule as well so you can easily create schedule combinations from anywhere! Also, check out the <a ui-sref="help">help</a> page for new keyboard shortcuts.
117
</div>
12-
-->
138
<div class="panel panel-default form-horizontal" ng-controller="GenerateScheduleCoursesController">
149
<div class="panel-heading">
1510
<div class="row form-horizontal">

0 commit comments

Comments
 (0)