1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 10:19:25 +02:00

Fix Columns disappearing

This commit is contained in:
Afterster 2015-02-12 07:01:36 +01:00
parent c714c1b6f9
commit 7b348c213e
3 changed files with 5 additions and 3 deletions

View file

@ -18,9 +18,7 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// //
$(document).ready(function() { InitTableData();
InitTableData();
});
function InitTableData() function InitTableData()
{ {

View file

@ -110,4 +110,6 @@ $thcount = 8;
</tr> </tr>
<tfoot> <tfoot>
</table> </table>
<?php show_table_render($argument); ?>
<?php if ($browse->get_show_header()) require AmpConfig::get('prefix') . '/templates/list_header.inc.php'; ?> <?php if ($browse->get_show_header()) require AmpConfig::get('prefix') . '/templates/list_header.inc.php'; ?>

View file

@ -112,4 +112,6 @@ $thcount = 8;
</tr> </tr>
</tfoot> </tfoot>
</table> </table>
<?php show_table_render($argument); ?>
<?php if ($browse->get_show_header()) require AmpConfig::get('prefix') . '/templates/list_header.inc.php'; ?> <?php if ($browse->get_show_header()) require AmpConfig::get('prefix') . '/templates/list_header.inc.php'; ?>