playlist.php
changeset 2 860ba7141641
parent 1 cddc2ba706d6
child 3 e7447a6044ec
--- 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');
 }