dynamic options, now store options as object rather than individually, waitlist scraping base
This commit is contained in:
14
options.html
14
options.html
@@ -9,22 +9,14 @@
|
||||
<body>
|
||||
<div class="card" style="width: 400px; margin-left:auto;margin-right: auto; height:auto;" id="header">
|
||||
<h2 style="padding:16px 16px 0px 16px;font-size: 20px"> <u>Options</u> </h2>
|
||||
<div>
|
||||
<h2 style="padding: 5px 16px 5px 16px; font-weight: normal;display: inline-block;text-align:left;">Conflict
|
||||
Highlighting</h2>
|
||||
<button id="togglecourseConflictHighlight" class="material-button"
|
||||
style="float:right; display:inline-block;font-size:medium;background:#F44336;">Turn
|
||||
Off</button>
|
||||
<h2 style="padding: 5px 16px 16px 16px; font-weight: normal;display: inline-block;text-align:left;">Scroll To
|
||||
Load More Courses</h2>
|
||||
<button id="toggleloadAll" class="material-button"
|
||||
style="float: right;display:inline-block;font-size:medium;background:#F44336;">Turn
|
||||
Off</button>
|
||||
<div id="options_container">
|
||||
</div>
|
||||
|
||||
<p style="padding:0px 5px 5px 0px; float: right">(v<span id="version"></span>), Sriram Hariharan, 2018</p>
|
||||
<script src="js/config.js"></script>
|
||||
<script src="js/lib/jquery-3.3.1.min.js"></script>
|
||||
<script src="js/util.js"></script>
|
||||
<script src="js/Template.js"></script>
|
||||
<script src="js/options.js"></script>
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user