mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-72275 timeline: Make time dropdown options display consistently
The 6 month option was highlighted on load if previously selected, which was not the case for any other options. This has been removed so it behaves consistently.
This commit is contained in:
parent
ea0f449e1b
commit
8061730d7b
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@
|
|||
{{#str}} next3months, block_timeline {{/str}}
|
||||
</a>
|
||||
<a
|
||||
class="dropdown-item {{#next6months}} active {{/next6months}}"
|
||||
class="dropdown-item"
|
||||
href="#"
|
||||
data-from="0"
|
||||
data-to="180"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue