1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 09:49:30 +02:00

catalog build technically works now, still working out some issues with the dynamic updating of the current state

This commit is contained in:
Karl 'vollmerk' Vollmer 2007-05-14 07:12:15 +00:00
parent 779f4bf4e5
commit 641e7de637
21 changed files with 365 additions and 630 deletions

View file

@ -23,7 +23,7 @@
<script type="text/javascript" language="javascript">
<!-- Begin
// Set refresh interval (in seconds)
var refreshinterval=<?php echo Config::get('refresh_limit'); ?>;
var refreshinterval=<?php echo $refresh_limit ?>;
function doLoad()
{
@ -42,7 +42,7 @@ function refresh()
}
// start with page-load
window.onload=doLoad;
doLoad;
// End -->
</script>