mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
EONE-20 (Bug): UI improvement - scrollTo efect added when userclass tree is clicked
This commit is contained in:
@@ -959,6 +959,7 @@ function headerjs()
|
|||||||
|
|
||||||
//If link is clicked use it's href as a target
|
//If link is clicked use it's href as a target
|
||||||
$('classForm').fillForm($(document.body), { handler: target.readAttribute('href') });
|
$('classForm').fillForm($(document.body), { handler: target.readAttribute('href') });
|
||||||
|
new Effect.ScrollTo('classForm');
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user