mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-04 18:29:40 +02:00
Fix Columns disappearing
This commit is contained in:
parent
c714c1b6f9
commit
7b348c213e
3 changed files with 5 additions and 3 deletions
|
@ -18,9 +18,7 @@
|
|||
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
//
|
||||
|
||||
$(document).ready(function() {
|
||||
InitTableData();
|
||||
});
|
||||
InitTableData();
|
||||
|
||||
function InitTableData()
|
||||
{
|
||||
|
|
|
@ -110,4 +110,6 @@ $thcount = 8;
|
|||
</tr>
|
||||
<tfoot>
|
||||
</table>
|
||||
|
||||
<?php show_table_render($argument); ?>
|
||||
<?php if ($browse->get_show_header()) require AmpConfig::get('prefix') . '/templates/list_header.inc.php'; ?>
|
||||
|
|
|
@ -112,4 +112,6 @@ $thcount = 8;
|
|||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
|
||||
<?php show_table_render($argument); ?>
|
||||
<?php if ($browse->get_show_header()) require AmpConfig::get('prefix') . '/templates/list_header.inc.php'; ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue