From 0c8446b78e0c5f95f4ef15cb54eb27a248638bf7 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 7 Jul 2020 09:47:38 +0900 Subject: [PATCH] Update app.js --- app.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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();