Skip to content

Commit

Permalink
Update changelog, minify script
Browse files Browse the repository at this point in the history
  • Loading branch information
n3a9 committed Sep 3, 2017
1 parent a56739e commit 906bac4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 74 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Bell Schedule

A bell schedule web application for Harker Upper School students.

## Usage
Expand All @@ -9,7 +8,6 @@ A bell schedule web application for Harker Upper School students.
* Time left until the current period is over is displayed in small, bold text underneath the general period title

## How to Contribute

1. Create a fork of this repository
2. Make changes on a new branch
3. Create a pull request with details of your changes
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<title>Bell Schedule</title>
<script type="text/javascript" src="scripts/jquery.js"></script>
<script type="text/javascript" src="scripts/script.js"></script>
<script type="text/javascript" src="scripts/script-min.js"></script>

<!--<script type="text/javascript" src="scripts/doge.js"></script>-->

Expand Down Expand Up @@ -607,7 +607,7 @@ <h1>
<table id="schedule"></table>
</div>
<div id="refresh" class="noHighlight" title="Update Schedule">&#8635;</div><!--&#8681;-->
<div id="version"><a href="https://github.com/HarkerDev/bellschedule/releases" title="Changelog">V1.5.02</a></div>
<div id="version"><a href="https://github.com/HarkerDev/bellschedule/releases" title="Changelog">V1.6.0</a></div>

<div id="options">
<div id="optionsArrow" class="noHighlight">&#8598;</div>
Expand Down
69 changes: 0 additions & 69 deletions pre-commit.sh

This file was deleted.

Loading

0 comments on commit 906bac4

Please sign in to comment.