aboutsummaryrefslogtreecommitdiff
path: root/newspipe/templates/feed_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/templates/feed_list.html')
-rw-r--r--newspipe/templates/feed_list.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/newspipe/templates/feed_list.html b/newspipe/templates/feed_list.html
index 2ce7841f..56cec7c2 100644
--- a/newspipe/templates/feed_list.html
+++ b/newspipe/templates/feed_list.html
@@ -39,17 +39,4 @@
</tbody>
</table>
</div>
-<script>
-$(document).ready(function() {
- $('#table-feeds').DataTable( {
- responsive: true,
- columnDefs: [
- {
- bSortable: false,
- targets: [0, 1, 4, 5]
- }
- ]
- });
-});
-</script>
{% endif %}
bgstack15