mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-04 02:39:31 +01:00
Fixed some styling issues on the upcoming page
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
</p>
|
||||
<div class="table_wrapper">
|
||||
<h1>Wanted Albums</h1>
|
||||
<table class="display" id="upcoming_table">
|
||||
<table class="display" id="wanted_table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th id="select"><input type="checkbox" onClick="toggle(this)" /></th>
|
||||
@@ -75,7 +75,7 @@
|
||||
<script>
|
||||
$(document).ready(function()
|
||||
{
|
||||
$('#track_table').dataTable(
|
||||
$('#wanted_table').dataTable(
|
||||
{
|
||||
"bFilter": false,
|
||||
"bInfo": false,
|
||||
|
||||
Reference in New Issue
Block a user