Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
kakumusic
/
autogpt
like
0
Configuration error
App
Files
Files
Community
b225a21
autogpt
/
docs
/
_javascript
/
tablesort.js
kakumusic
Upload folder using huggingface_hub
b225a21
verified
3 months ago
raw
Copy download link
history
blame
Safe
183 Bytes
document
$.
subscribe
(
function
(
) {
var
tables =
document
.
querySelectorAll
(
"article table:not([class])"
)
tables.
forEach
(
function
(
table
) {
new
Tablesort
(table)
})
})