[F] Fix cookie keep duration

This commit is contained in:
Hykilpikonna
2020-05-25 21:15:40 -04:00
parent 48b4b989b1
commit 2839304dc5
+1 -1
View File
@@ -197,7 +197,7 @@ export default class App extends Vue
// This is because only percent_type can update over time
if (course.termGrading[i].method == 'TOTAL_MEAN')
{
this.$cookies.set(cookieIndex, 'TOTAL_MEAN', 'd');
this.$cookies.set(cookieIndex, 'TOTAL_MEAN', '3d');
}
}
else throw new Error(resp.data);