--- a/playlist.php Sun Mar 23 15:24:06 2008 -0400
+++ b/playlist.php Sun Mar 23 20:24:33 2008 -0400
@@ -19,6 +19,8 @@
$smarty->assign('active', $active);
$smarty->assign('scripts', array(
'ajax.js',
+ 'domutils.js',
+ 'volume.js'
));
$smarty->display('playlist.tpl');
}