Skip to content

Commit

Permalink
fixed : [javascript] log a js console notice when an issue is detecte…
Browse files Browse the repository at this point in the history
…d with JQuery
  • Loading branch information
nikeo committed Nov 12, 2021
1 parent 82fd828 commit caaf256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/front/js/tc-init.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
_doWhenJqueryIsReady( attempts );
}, 200 );
} else {
alert('Customizr problem : jQuery.js was not detected on your website');
console.log('Customizr problem : jQuery.js was not detected on your website');
}
};
// if jQuery has already be printed, let's listen to the load event
Expand Down

0 comments on commit caaf256

Please sign in to comment.