Skip to content

Commit

Permalink
timer
Browse files Browse the repository at this point in the history
  • Loading branch information
Lourguioui committed Feb 22, 2020
1 parent 8a880ee commit c697bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/vendor/appear-master/dist/appear.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ appear = function() {
}, addEventListener("DOMContent", c, !1);
var t = !1;
Function("/*@cc_on return document.documentMode===10@*/")() && (t = !0);
var n = "complete" === document.readyState || "loaded" === document.readyState;
var n = "loaded" === document.readyState;
return t ? n && c() : (n || "interactive" === document.readyState) && c(), {
trigger: function() {
d()
Expand Down

0 comments on commit c697bfc

Please sign in to comment.