Skip to content

Commit

Permalink
Fixed documentation for tablesort
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Aug 18, 2020
1 parent e209f9d commit 3d1491e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/data-tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3d1491e

Please sign in to comment.