diff --git a/app.js b/app.js index 887e9c2..0c04836 100644 --- a/app.js +++ b/app.js @@ -38,7 +38,7 @@ var messages = []; var console = { log: function(msg, status) { if(typeof(window) !== 'undefined') { - if(typeof(window.jQuery) !== 'undefined') { + if(typeof(window.jQuery.toast) !== 'undefined') { window.jQuery.toast({ heading: "Information", text: msg,