Fix: inadvertent scroll when loading the instructor's extensions tab
(The div with id "view-extensions" conflicts with the tab JS which sets location.hash to "view-x" in order to track the current tab)
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
</p>
|
||||
</div>
|
||||
<hr/>
|
||||
<div id="view-extensions">
|
||||
<div id="view-granted-extensions">
|
||||
<h2>${_("Viewing granted extensions")}</h2>
|
||||
<p>
|
||||
${_("Here you can see what extensions have been granted on particular "
|
||||
|
||||
Reference in New Issue
Block a user