This commit is contained in:
wassname
2025-01-03 08:59:21 +08:00
parent 8a9dfa16e0
commit 847594ae14
4 changed files with 2388 additions and 351 deletions
+6 -3
View File
File diff suppressed because one or more lines are too long
+4 -1
View File
@@ -3,6 +3,9 @@
<head>
<meta charset=utf-8>
<meta http-equiv="cache-control" content="no-cache">
<title>scraping reddit.com/r/rational recs</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet">
@@ -89,7 +92,7 @@ var table = new DataTable('#myTable', {
responsive: true,
data: data,
columns: {{ columns }},
order: [[1, 'score']],
order: [[1, '⬆️']],
lengthMenu: [
[10, 25, 50, -1],
[10, 25, 50, 'All']
+1639 -115
View File
File diff suppressed because it is too large Load Diff
+739 -232
View File
File diff suppressed because it is too large Load Diff