1
0
mirror of synced 2025-01-18 06:21:40 +03:00

Smooth scroll effect removed as it messes up browser's back/forward

functionality.
This commit is contained in:
jepso 2007-09-23 21:30:00 +00:00
parent cfbfe26492
commit d8525ca07b

View File

@ -69,8 +69,3 @@ function initializeTocToggles()
window.addEvent('domready', function() {
initializeTocToggles();
});
window.addEvent('domready', function() {
new SmoothScroll();
});