mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-02-07 15:00:51 +00:00
Use headline ID instead of class
This commit is contained in:
parent
bed76df32f
commit
e1f4b0f35e
@ -361,7 +361,7 @@ document.addEventListener("DOMContentLoaded", () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// enable scroll to Top
|
// enable scroll to Top
|
||||||
scrollToTop('.headline', '#menu-scroll-to-top-div');
|
scrollToTop('#headline', '#menu-scroll-to-top-div');
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -231,7 +231,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col s12 headline">
|
<div class="col s12" id="headline">
|
||||||
<h2>{{ headline }}</h2>
|
<h2>{{ headline }}</h2>
|
||||||
</div>
|
</div>
|
||||||
{{ insert_content() }}
|
{{ insert_content() }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user