File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ document$ . subscribe ( function ( ) {
2
+ var tables = document . querySelectorAll ( "article table:not([class])" )
3
+ tables . forEach ( function ( table ) {
4
+ new Tablesort ( table )
5
+ } )
6
+ } )
Original file line number Diff line number Diff line change @@ -6,9 +6,7 @@ copyright: GeoBlacklight Community © 2015 - 2024
6
6
theme :
7
7
name : material
8
8
logo : images/gbl-favicon.png
9
- favicon : images/gbl-favicon.png
10
-
11
-
9
+ favicon : images/gbl-favicon.png
12
10
palette :
13
11
primary : white
14
12
@@ -56,6 +54,10 @@ markdown_extensions:
56
54
options :
57
55
custom_icons :
58
56
- overrides/.icons
57
+
58
+ extra_javascript :
59
+ -
https://unpkg.com/[email protected] /dist/tablesort.min.js
60
+ - javascripts/tablesort.js
59
61
60
62
plugins :
61
63
- search
You can’t perform that action at this time.
0 commit comments