diff --git a/static/js/textPanel.js b/static/js/textPanel.js index fde1ab57e..8b9d1a86b 100644 --- a/static/js/textPanel.js +++ b/static/js/textPanel.js @@ -398,7 +398,6 @@ pandora.ui.textHTML = function(text) { - 32 - Ox.UI.SCROLLBAR_SIZE; } - function scrollTo(position) { scrolling = true; that[0].scrollTop = that[0].scrollHeight / 100 * position;