Skip to content

Commit

Permalink
Partial fix for #851 datatables. Because clear error reporting is app…
Browse files Browse the repository at this point in the history
…arently for suckers
  • Loading branch information
snipe committed Jul 9, 2015
1 parent 6524ac3 commit c61adc7
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 200 deletions.
4 changes: 2 additions & 2 deletions app/config/version.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
return array (
'app_version' => 'v2.0-beta',
'hash_version' => 'v2.0-beta-4-g7e5f32c',
'app_version' => 'v2.0-pre',
'hash_version' => 'v2.0-pre-beta',
);
2 changes: 1 addition & 1 deletion app/views/backend/users/datatable.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</thead>
<tfoot>
<tr>
<td colspan="12">
<td colspan="11">
<select name="bulk_actions">
<option value="edit">Bulk Edit</option>
<option value="delete">Bulk Delete</option>
Expand Down
Loading

0 comments on commit c61adc7

Please sign in to comment.