For some items that the extension add (like dashboard and course schedule), the extension adds the elements again if for some reason the extension reloads (in dev mode or because of some crash)
How to reproduce:
Go to some course page and see the dashboard
Reload the extension
The dashboard come again
How to fix:
Make sure that before adding any element the element doesn't exist on the page
What
For some items that the extension add (like dashboard and course schedule), the extension adds the elements again if for some reason the extension reloads (in dev mode or because of some crash) How to reproduce:
How to fix:
Make sure that before adding any element the element doesn't exist on the page