mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-11 09:24:58 +00:00
Update app.js
This commit is contained in:
parent
aa1ce2ea48
commit
1481a3aa0a
2
app.js
2
app.js
|
@ -38,7 +38,7 @@ var messages = [];
|
||||||
var console = {
|
var console = {
|
||||||
log: function(msg, status) {
|
log: function(msg, status) {
|
||||||
if(typeof(window) !== 'undefined') {
|
if(typeof(window) !== 'undefined') {
|
||||||
if(typeof(window.jQuery) !== 'undefined') {
|
if(typeof(window.jQuery.toast) !== 'undefined') {
|
||||||
window.jQuery.toast({
|
window.jQuery.toast({
|
||||||
heading: "Information",
|
heading: "Information",
|
||||||
text: msg,
|
text: msg,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user