mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-06 03:49:56 +02:00
removed extra lines from ajax, down to 86, updated ajax calls, added ldap auth
This commit is contained in:
parent
9a16ee2c2c
commit
78167c0251
19 changed files with 234 additions and 79 deletions
|
@ -15,7 +15,7 @@ function refresh()
|
|||
// entry in the visitor's history. It is provided for
|
||||
// those browsers that only support JavaScript 1.0.
|
||||
//
|
||||
ajaxPut('<?php echo $ajax_url; ?>',<?php echo $ajax_object; ?>);
|
||||
ajaxPut('<?php echo $ajax_url; ?>');
|
||||
doLoad();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue