Not a big deal, but I just noticed this error when switching tabs in the profiler.
It seems the createTabs function is called twice for whatever reason, and after it did its work (changing the element with matching .tab-title to only have class hidden) once it does not work a second time of course.
Maybe the hidden should only be added, not replace the tab-title class completely?
Not a big deal, but I just noticed this error when switching tabs in the profiler.
It seems the
createTabs
function is called twice for whatever reason, and after it did its work (changing the element with matching.tab-title
to only have classhidden
) once it does not work a second time of course.Maybe the
hidden
should only be added, not replace thetab-title
class completely?