Fixed some styling issues on the upcoming page

This commit is contained in:
Remy
2011-08-08 02:32:22 -07:00
parent 2417107748
commit 7196e52dc7
2 changed files with 17 additions and 2 deletions

View File

@@ -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,