aboutsummaryrefslogtreecommitdiffstats
path: root/interface
diff options
context:
space:
mode:
Diffstat (limited to 'interface')
-rw-r--r--interface/js/app/upload.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/interface/js/app/upload.js b/interface/js/app/upload.js
index 086c6025e..e5ddb1c84 100644
--- a/interface/js/app/upload.js
+++ b/interface/js/app/upload.js
@@ -90,7 +90,8 @@ define(["jquery", "app/common", "app/libft"],
style: {minwidth: 82}
}, {
name: "passthrough_module",
- title: '<div title="The module that has set the pre-result">Pass-through module</div>'
+ title: '<div title="The module that has set the pre-result">Pass-through module</div>',
+ breakpoints: "xs sm md"
}, {
name: "score",
title: "Score",
@@ -119,6 +120,7 @@ define(["jquery", "app/common", "app/libft"],
style: {maxWidth: 72},
sortValue: function (val) { return Number(val); }
}, {
+ classes: "history-col-time",
sorted: true,
direction: "DESC",
name: "time",