1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-02-19 17:54:14 +01:00

Fix - examples: Same id twice on the page breaking things

This commit is contained in:
Allan Jardine 2013-11-19 13:53:25 +00:00
parent 8a5712b7e9
commit ba2fb9f315
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
42f10dbe19b05e02886b82288f1ce7cdc83df0e0
a5d012a09d86cb921a45c09f94f3e7fffd46a656

View File

@ -48,7 +48,7 @@ $(document).ready(function() {
selector).</p>
</div>
<table id="example" class="display" cellspacing="0" width="100%">
<table id="" class="display" cellspacing="0" width="100%">
<thead>
<tr>
<th>Name</th>
@ -206,7 +206,7 @@ $(document).ready(function() {
</tbody>
</table>
<table id="example" class="display" cellspacing="0" width="100%">
<table id="" class="display" cellspacing="0" width="100%">
<thead>
<tr>
<th>Name</th>