Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Added banner stating that schedule maker isn't working" #359

Merged
merged 1 commit into from
Nov 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions assets/src/modules/sm/Generate/templates/generate.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
<form novalidate id="scheduleForm" name="schedule" class="container">
<div class="row">
<div class="col-md-8 clearfix">
<div class="alert alert-info">
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!
</div>
<!--
<div class="alert alert-info" ng-show="state.ui.alert_generateFeatures">
<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>
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.
</div>
-->
<div class="panel panel-default form-horizontal" ng-controller="GenerateScheduleCoursesController">
<div class="panel-heading">
<div class="row form-horizontal">
Expand Down
Loading