Skip to content

Commit

Permalink
Release v0.9.8
Browse files Browse the repository at this point in the history
Updated offline coming soon.
  • Loading branch information
joeycortez42 committed Jan 19, 2019
1 parent c3e7b6b commit 466493f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions source/webui.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ Dropzone.options.mydz = {
});

this.on('complete', function(file) {
uploading = false;
//File upload duration
//endTimer = new Date();
//duration = endTimer - window.startTimer;
Expand Down
2 changes: 1 addition & 1 deletion source/webui.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions webui.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<!-- Dropzone 5+ does not work. -->
<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/10.6.0/css/bootstrap-slider.min.css" />
<!-- --
<link rel="stylesheet" href="https://rawgit.com/nokemono42/MP-Select-Mini-Web/master/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="http://mpselectmini.dev.192.168.42.5.xip.io/source/webui.css" />
<!-- -->
<link rel="shortcut icon" href="https://raw.githubusercontent.com/nokemono42/MP-Select-Mini-Web/master/images/favicon/favicon.ico" />
Expand Down Expand Up @@ -231,9 +231,9 @@ <h3 id="rdp">N/A</h3>
}
}
</script>
<!-- --
<script type="text/javascript" src="https://rawgit.com/nokemono42/MP-Select-Mini-Web/master/source/webui.min.js"></script>
<!-- -->
<script type="text/javascript" src="https://rawgit.com/nokemono42/MP-Select-Mini-Web/master/source/webui.min.js"></script>
<!-- --
<script type="text/javascript" src="http://mpselectmini.dev.192.168.42.5.xip.io/source/webui.js"></script>
<!-- -->
</body>
Expand Down

0 comments on commit 466493f

Please sign in to comment.