Update CPU Benchmark
This commit is contained in:
parent
fb98b16579
commit
165b39344e
3 changed files with 35 additions and 59 deletions
7
docs/javascripts/tables.js
Normal file
7
docs/javascripts/tables.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
document$.subscribe(function() {
|
||||
var tables = document.querySelectorAll("article table")
|
||||
tables.forEach(function(table) {
|
||||
new Tablesort(table)
|
||||
})
|
||||
})
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue