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