🚨 Fixed linter errors
This commit is contained in:
@@ -81,7 +81,9 @@
|
||||
circular_prgoress =
|
||||
1 -
|
||||
((100 / quiz_data.questions[selected_question].time) * parseInt(timer_res)) / 100;
|
||||
} catch {}
|
||||
} catch {
|
||||
circular_prgoress = 0;
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
@@ -71,7 +71,9 @@
|
||||
$: {
|
||||
try {
|
||||
circular_prgoress = 1 - ((100 / question.time) * parseInt(timer_res)) / 100;
|
||||
} catch {}
|
||||
} catch {
|
||||
circular_prgoress = 0;
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user