We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8660bb7 commit d02aae7Copy full SHA for d02aae7
js/script.js
@@ -7,7 +7,7 @@
7
console.time("display");
8
}
9
10
- GSS.once("display", function() {
+ engine.once("solve", function() {
11
if (typeof console !== "undefined" && console !== null) {
12
if (typeof console.timeEnd === "function") {
13
console.timeEnd("display");
0 commit comments