[+] Log loading before loading assignments

This commit is contained in:
Hykilpikonna
2019-10-13 21:02:38 -04:00
parent b818420df7
commit 5d06ee1c41
+3
View File
@@ -152,6 +152,9 @@ export default class App extends Vue
*/ */
public loadAssignments() public loadAssignments()
{ {
// Show loading message
this.logLoading('3. Loading assignments...');
// Get assignments for all the courses // Get assignments for all the courses
this.courses.forEach(course => this.courses.forEach(course =>
{ {