Skip to content

Commit

Permalink
GSS is not define here.
Browse files Browse the repository at this point in the history
And display is not supported anymore. This change broke the menu of the website.
  • Loading branch information
Carl Chouinard committed Mar 11, 2015
1 parent 8660bb7 commit d02aae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
console.time("display");
}
}
GSS.once("display", function() {
engine.once("solve", function() {
if (typeof console !== "undefined" && console !== null) {
if (typeof console.timeEnd === "function") {
console.timeEnd("display");
Expand Down

0 comments on commit d02aae7

Please sign in to comment.