From 1481a3aa0a3d11a9c4231a04bb70f31eb0613c77 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Fri, 3 Jul 2020 20:12:29 +0900 Subject: [PATCH] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,