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:
parent
779f4bf4e5
commit
641e7de637
21 changed files with 365 additions and 630 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue