add better beamline overview and abbrevations
Build and Deploy Documentation / build-and-deploy (push) Successful in 27s
Build and Deploy Documentation / build-and-deploy (push) Successful in 27s
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
document$.subscribe(function() {
|
||||
var tables = document.querySelectorAll("article table:not([class])")
|
||||
tables.forEach(function(table) {
|
||||
new Tablesort(table)
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user