We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fbbf16 commit dd9ea93Copy full SHA for dd9ea93
2 files changed
web-app/js/projects.js
@@ -1982,7 +1982,8 @@ function initFlames() {
1982
gameActive = true;
1983
instructionsDiv.textContent = "Watch the sequence...";
1984
startNewRound();
1985
-
+ });
1986
+
1987
calculateBtn.addEventListener('click', calculateFlames);
1988
name1Input.addEventListener('keypress', (e) => {
1989
if (e.key === 'Enter') calculateFlames();
web-app/js/projects/derivative-calculator.js
@@ -81,7 +81,6 @@ function getDerivativeCalculatorHTML() {
81
button{
82
padding:15px;
83
border-radius:30px;
84
- color: var(--text-color);
85
}
86
</style>
87
`;
0 commit comments