Skip to content

Commit

Permalink
Merge pull request #28 from QuantumStack/dev
Browse files Browse the repository at this point in the history
CMULab v1.4.3
  • Loading branch information
Aditya Pillai authored Jan 26, 2020
2 parents d863fda + 5bc2b30 commit 18c660c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion server/public/stylesheets/main.css

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions server/public/stylesheets/main.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion server/util/version.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const axios = require('axios');

// current version
const current = 'v1.4.2';
const current = 'v1.4.3';
let latest;

// look for a new release on github
Expand Down
2 changes: 1 addition & 1 deletion server/views/checkin.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<script src="/javascripts/score-buttons.js"></script>
{{else}}
<div class="control">
<input class="input" name="score" type="number" placeholder="Example: 3" min="{{minscore}}" max="{{maxscore}}" required>
<input class="input" name="score" type="number" step="0.5" placeholder="Example: 3" min="{{minscore}}" max="{{maxscore}}" required>
</div>
{{/if}}
</div>
Expand Down

0 comments on commit 18c660c

Please sign in to comment.