diff options
Diffstat (limited to 'interface/js/app/symbols.js')
-rw-r--r-- | interface/js/app/symbols.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/interface/js/app/symbols.js b/interface/js/app/symbols.js index 66cbc4cf1..ffe36da39 100644 --- a/interface/js/app/symbols.js +++ b/interface/js/app/symbols.js @@ -215,13 +215,13 @@ define(["jquery", "footable"], }); ft.symbols = FooTable.init("#symbolsTable", { "columns": [ - {"sorted": true,"direction": "ASC", "name":"group","title":"Group","style":{"font-size":"11px"}}, - {"name":"symbol","title":"Symbol","style":{"font-size":"11px"}}, - {"name":"description","title":"Description","breakpoints":"xs sm","style":{"font-size":"11px"}}, - {"name":"weight","title":"Score","style":{"font-size":"11px"}}, - {"name":"frequency","title":"Frequency","breakpoints":"xs sm","style":{"font-size":"11px"},"sortValue": function(value){return Number(value).toFixed(2);}}, - {"name":"time","title":"Avg. time","breakpoints":"xs sm","style":{"font-size":"11px"}}, - {"name":"save","title":"Save","style":{"font-size":"11px"}}, + {"sorted": true, "direction": "ASC", "name":"group", "title":"Group", "style":{"font-size":"11px"}}, + {"name":"symbol", "title":"Symbol", "style":{"font-size":"11px"}}, + {"name":"description", "title":"Description", "breakpoints":"xs sm", "style":{"font-size":"11px"}}, + {"name":"weight", "title":"Score", "style":{"font-size":"11px"}}, + {"name":"frequency", "title":"Frequency", "breakpoints":"xs sm", "style":{"font-size":"11px"}, "sortValue": function(value){return Number(value).toFixed(2);}}, + {"name":"time", "title":"Avg. time", "breakpoints":"xs sm", "style":{"font-size":"11px"}}, + {"name":"save", "title":"Save", "style":{"font-size":"11px"}}, ], "rows": items[0], "paging": { |