jrangelardila / moodle-format_buttons

Buttons is a Moodle course format that creates a menu with buttons in javascript to access the sections, one by one.
https://moodle.org/plugins/format_buttons
GNU General Public License v3.0
11 stars 20 forks source link

Prevent trailing space in class attribute #26

Open JF10R opened 5 years ago

JF10R commented 5 years ago

Prevent trailing space in class attribute on Show event. If a user repeatedly clicks on the same section, it creates unnecessary spaces in the class attribute.

Adding the .trim() function while grabbing the attribute fixes this problem.