-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more support for older browsers and add minified
main.js
- Loading branch information
1 parent
57a9dc5
commit baf2ac4
Showing
6 changed files
with
465 additions
and
376 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ <h1 id="title">Home</h1> | |
</div> | ||
<ul class="head-right"> | ||
<section id="toolbar"> | ||
<li><button onclick="modal()"><span>Settings</span><i class="gs">gear</i></button></li> | ||
<li><button onclick="modal('settings')"><span>Settings</span><i class="gs">gear</i></button></li> | ||
</section> | ||
<li class="menu"><button onclick="menu('toolbar')"><i class="gs">chevron-down</i></button></li> | ||
</ul> | ||
|
@@ -100,6 +100,6 @@ <h1 id="modal-title">Modal</h1> | |
</div> | ||
<script src="https://cdn.jsdelivr.net/gh/CurbaiCode/[email protected]/scripts/gustsymbols.min.js"></script> | ||
<script src="scripts/msgpackr.min.js"></script> | ||
<script src="scripts/main.js"></script> | ||
<script src="scripts/main.min.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.