minified fullcalendar
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<link rel='stylesheet' href='css/_materialFullCalendar.css' />
|
||||
<script src='js/jquery-3.3.1.min.js'></script>
|
||||
<script src='js/moment.min.js'></script>
|
||||
<script src='js/fullcalendar.js'></script>
|
||||
<script src='js/fullcalendar.min.js'></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
15010
js/fullcalendar.js
15010
js/fullcalendar.js
File diff suppressed because it is too large
Load Diff
1
js/fullcalendar.min.js
vendored
Normal file
1
js/fullcalendar.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -14,8 +14,6 @@
|
||||
<button id="schedule" class="matbut" style="font-size:medium;background:#FF9800;margin: 10px;">Course List</button>
|
||||
<button id="calendar" class="matbut" style="font-size:medium; background: #FF0000; margin:10px;">Schedule</button>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<ul id="courseList" style="list-style-type: none;padding: 5px;"></ul>
|
||||
@@ -25,8 +23,9 @@
|
||||
<br>
|
||||
<span style="font-size: small;display:table;margin:0 auto;font-weight: bold">(No Courses Saved)</span>
|
||||
</h2>
|
||||
<div id="spacer" style=" margin-bottom: 0px; display:inline-block"></div>
|
||||
<button title='Options' class="settingsbut" id='open'><i class="material-icons">
|
||||
<div style=" margin-bottom: 0px; display:inline-block"></div>
|
||||
<button title='Options' class="settingsbut" id='open'>
|
||||
<i style='color:#FF9800' class="material-icons">
|
||||
settings
|
||||
</i></button>
|
||||
</div>
|
||||
|
||||
8
todo
8
todo
@@ -1,8 +1,7 @@
|
||||
TODO as of 8/24/18
|
||||
TODO as of 8/28/18
|
||||
|
||||
FEATURES:
|
||||
- Textbook button (amber)
|
||||
- Calendar popup
|
||||
|
||||
- something to fill the space to the rght of the main popup window
|
||||
|
||||
BUGS TO FIX:
|
||||
@@ -10,4 +9,5 @@ BUGS TO FIX:
|
||||
DONE/FIXED:
|
||||
- unneeded Logout message on individual course pages
|
||||
- RMP not working on individual course pages
|
||||
|
||||
- Textbook button (amber)
|
||||
- Calendar popup
|
||||
Reference in New Issue
Block a user