1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 04:32:01 +02:00

EONE-20 (Bug): UI improvement - scrollTo efect added when userclass tree is clicked

This commit is contained in:
secretr 2010-03-11 12:09:41 +00:00
parent 868ec3466e
commit 143ce18d73

View File

@ -959,6 +959,7 @@ function headerjs()
//If link is clicked use it's href as a target
$('classForm').fillForm($(document.body), { handler: target.readAttribute('href') });
new Effect.ScrollTo('classForm');
}
}));
});