Skip to content

Commit

Permalink
timer 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lourguioui committed Feb 22, 2020
1 parent cd287c7 commit dc56cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/dino.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(function ($) {
'use strict';
// Preloader
$(window).on("load", function () {
$(function () {
$("#loading").fadeOut(500);
});
/* ============= backgroun d animation =====================*/
Expand Down

0 comments on commit dc56cac

Please sign in to comment.