mirror of
https://github.com/wassname/scrape_r_rational.git
synced 2026-08-20 12:50:33 +08:00
update
This commit is contained in:
+6
-3
File diff suppressed because one or more lines are too long
+4
-1
@@ -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
File diff suppressed because it is too large
Load Diff
+739
-232
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user