mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed documentation for tablesort
This commit is contained in:
parent
e209f9de3b
commit
3d1491e623
@ -123,7 +123,7 @@ loading][6] via [additional JavaScript][2]:
|
||||
=== "docs/javascripts/tables.js"
|
||||
|
||||
``` js
|
||||
app.location$.subscribe(function() {
|
||||
app.document$.subscribe(function() {
|
||||
var tables = document.querySelectorAll("article table")
|
||||
tables.forEach(function(table) {
|
||||
new Tablesort(table)
|
||||
|
Loading…
Reference in New Issue
Block a user