mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
fix: sider
This commit is contained in:
@@ -21,7 +21,7 @@ class Quiz {
|
||||
|
||||
make(data) {
|
||||
if (data.is_time_bound) {
|
||||
$(".lms-timer").removeClass("hide")
|
||||
$(".lms-timer").removeClass("hide");
|
||||
if (!data.activity || (data.activity && !data.activity.is_complete)) {
|
||||
this.initialiseTimer(data.duration);
|
||||
this.is_time_bound = true;
|
||||
|
||||
Reference in New Issue
Block a user