Skip to content

Commit d02aae7

Browse files
author
Carl Chouinard
committed
GSS is not define here.
And display is not supported anymore. This change broke the menu of the website.
1 parent 8660bb7 commit d02aae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
console.time("display");
88
}
99
}
10-
GSS.once("display", function() {
10+
engine.once("solve", function() {
1111
if (typeof console !== "undefined" && console !== null) {
1212
if (typeof console.timeEnd === "function") {
1313
console.timeEnd("display");

0 commit comments

Comments
 (0)