Update app.js

This commit is contained in:
Namhyeon Go 2020-07-03 20:12:29 +09:00
parent aa1ce2ea48
commit 1481a3aa0a

2
app.js
View File

@ -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,