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:
parent
8a5712b7e9
commit
ba2fb9f315
@ -1 +1 @@
|
||||
42f10dbe19b05e02886b82288f1ce7cdc83df0e0
|
||||
a5d012a09d86cb921a45c09f94f3e7fffd46a656
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user