1
0
Fork 0
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:
Karl 'vollmerk' Vollmer 2006-10-14 17:29:07 +00:00
parent 9a16ee2c2c
commit 78167c0251
19 changed files with 234 additions and 79 deletions

View file

@ -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();
}