Skip to content

Commit

Permalink
Alpha v0.7.2
Browse files Browse the repository at this point in the history
Fixed minify file links.
  • Loading branch information
joeycortez42 committed Aug 28, 2017
1 parent 6ba8b50 commit e720ff6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Built using Bootstrap so the UI is mobile-friendly and tablet-friendly.

While you may want to update the UI of the printer, you don't want the web server on the controller working too hard. This upgrade is designed to minimize the amount of data the web server has to serve. You browser will be doing most of the heavy lifting.

![Image of the WebUI](https://raw.githubusercontent.com/nokemono42/MP-Select-Mini-Web/web-ui-update/screenshot.png)
![Image of the WebUI](https://raw.githubusercontent.com/nokemono42/MP-Select-Mini-Web/screenshot.png)

## Getting Started

Expand Down
6 changes: 3 additions & 3 deletions webui.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/dropzone/4.3.0/min/dropzone.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/9.7.2/css/bootstrap-slider.min.css" />
<!-- -->
<link rel="stylesheet" href="https://rawgit.com/nokemono42/MP-Select-Mini-Web/web-ui-update/source/webui.min.css"/>
<link rel="stylesheet" href="https://rawgit.com/nokemono42/MP-Select-Mini-Web/master/source/webui.min.css"/>
<!-- --
<link rel="stylesheet" href="source/webui.css"/>
<!-- -->
Expand Down Expand Up @@ -203,14 +203,14 @@ <h3 id="rdp">N/A</h3>
</div>
</div>
<footer class="container">
<span class="version">Alpha v0.7</span>
<span class="version">Alpha v0.7.2</span>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/dropzone/4.3.0/min/dropzone.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/9.7.2/bootstrap-slider.min.js"></script>
<!-- -->
<script src="https://rawgit.com/nokemono42/MP-Select-Mini-Web/web-ui-update/source/webui.min.js"></script>
<script src="https://rawgit.com/nokemono42/MP-Select-Mini-Web/master/source/webui.min.js"></script>
<!-- --
<script src="source/webui.js"></script>
<!-- -->
Expand Down

0 comments on commit e720ff6

Please sign in to comment.