Skip to content
This repository was archived by the owner on Jan 17, 2026. It is now read-only.

Commit 18c660c

Browse files
author
Aditya Pillai
authored
Merge pull request #28 from QuantumStack/dev
CMULab v1.4.3
2 parents d863fda + 5bc2b30 commit 18c660c

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

server/public/stylesheets/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/public/stylesheets/main.css.map

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/util/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const axios = require('axios');
22

33
// current version
4-
const current = 'v1.4.2';
4+
const current = 'v1.4.3';
55
let latest;
66

77
// look for a new release on github

server/views/checkin.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<script src="/javascripts/score-buttons.js"></script>
8585
{{else}}
8686
<div class="control">
87-
<input class="input" name="score" type="number" placeholder="Example: 3" min="{{minscore}}" max="{{maxscore}}" required>
87+
<input class="input" name="score" type="number" step="0.5" placeholder="Example: 3" min="{{minscore}}" max="{{maxscore}}" required>
8888
</div>
8989
{{/if}}
9090
</div>

0 commit comments

Comments
 (0)