diff --git a/WebContent/OSRM.debug.js b/WebContent/OSRM.debug.js index f6005794e..01114e866 100644 --- a/WebContent/OSRM.debug.js +++ b/WebContent/OSRM.debug.js @@ -35,6 +35,7 @@ else // IE // working functions OSRM.debug.log = function(text) { OSRM.debug.content.innerHTML += text + "
"; + OSRM.debug.content.scrollTop = OSRM.debug.content.scrollHeight; }; OSRM.debug.clear = function() { OSRM.debug.content.innerHTML = "";