diff --git a/app.js b/app.js index 4b8695e..38af897 100644 --- a/app.js +++ b/app.js @@ -38,11 +38,11 @@ var console = { log: function(msg, status) { if (typeof(window) !== 'undefined') { if (typeof(window.jQuery) !== 'undefined') { - //window.jQuery.toast({ - // heading: "Information", - // text: msg, - // icon: "info" - //}); + window.jQuery.toast({ + heading: "Information", + text: msg, + icon: "info" + }); } else { messages.push(msg); } @@ -143,4 +143,4 @@ function main() { } } -main(); \ No newline at end of file +main();