mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-01-31 03:49:03 +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
|
||||
scrollToTop('.headline', '#menu-scroll-to-top-div');
|
||||
scrollToTop('#headline', '#menu-scroll-to-top-div');
|
||||
});
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
@ -231,7 +231,7 @@
|
||||
<div class="container">
|
||||
{% endif %}
|
||||
<div class="row">
|
||||
<div class="col s12 headline">
|
||||
<div class="col s12" id="headline">
|
||||
<h2>{{ headline }}</h2>
|
||||
</div>
|
||||
{{ insert_content() }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user