FIX: Removed ID on select all checkbox

This commit is contained in:
Mellisa Hankins 2013-12-21 01:13:45 +11:00
parent 9a4d204c97
commit 2958af7d92
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@
</th>
<th class="extra bulkmanagerselect">
<input id="bulkSelectAll" class="no-change-track bulkSelectAll" type="checkbox" title="$Select.Label" name="toggleSelectAll" />
<input class="no-change-track bulkSelectAll" type="checkbox" title="$Select.Label" name="toggleSelectAll" />
</th>
</tr>