diff -r c63de9eb7045 -r cddc2ba706d6 playlist.php --- a/playlist.php Sun Mar 23 14:59:33 2008 -0400 +++ b/playlist.php Sun Mar 23 15:24:06 2008 -0400 @@ -17,6 +17,9 @@ $smarty->assign('theme', $theme); $smarty->assign('playlist', $playlist); $smarty->assign('active', $active); + $smarty->assign('scripts', array( + 'ajax.js', + )); $smarty->display('playlist.tpl'); }