[mapguide-commits] r7333 - branches/2.5/MgDev/Web/src/mapadmin/js

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jan 22 05:39:06 PST 2013


Author: jng
Date: 2013-01-22 05:39:06 -0800 (Tue, 22 Jan 2013)
New Revision: 7333

Modified:
   branches/2.5/MgDev/Web/src/mapadmin/js/scripts.js
Log:
#2181: When auto-scrolling the log viewer, we only need to scroll to the bottom. Scrolling to the right is not helpful most of the time.

Modified: branches/2.5/MgDev/Web/src/mapadmin/js/scripts.js
===================================================================
--- branches/2.5/MgDev/Web/src/mapadmin/js/scripts.js	2013-01-22 13:09:56 UTC (rev 7332)
+++ branches/2.5/MgDev/Web/src/mapadmin/js/scripts.js	2013-01-22 13:39:06 UTC (rev 7333)
@@ -306,7 +306,6 @@
     var scrollHeight = 0;
     if ( document.body.scrollHeight )
     {
-        scrollWidth = document.body.scrollWidth;
         scrollHeight = document.body.scrollHeight;
     }
     window.self.scrollBy( scrollWidth, scrollHeight );



More information about the mapguide-commits mailing list