[O] Do nothing if not clickable

This commit is contained in:
Hykilpikonna
2019-10-20 19:44:06 -04:00
parent 656dd7d884
commit a19960b18f
@@ -45,6 +45,7 @@
*/
redirect()
{
if (!this.clickable) return;
App.instance.selectedTab = CourseUtils.formatTabIndex(this.course);
}
}