scripts/ajax.js
changeset 39 38dbcda3cf20
parent 22 3a4f0cd0794e
child 78 08f8a72b1f7b
--- a/scripts/ajax.js	Sun Aug 24 02:04:09 2008 -0400
+++ b/scripts/ajax.js	Mon Sep 01 13:05:52 2008 -0400
@@ -390,7 +390,7 @@
 // scroll to the current track
 function jump_current_track()
 {
-  var top = $('track_' + current_track).Top() - 138;
+  var top = $('track_' + current_track).Top() - 164;
   window.scroll(0, top);
   if ( typeof(fix_scroll) == 'function' )
   {