mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-14 13:41:05 +00:00
Update app.js
This commit is contained in:
parent
da0d03cc1d
commit
0c8446b78e
10
app.js
10
app.js
|
@ -38,11 +38,11 @@ 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) !== 'undefined') {
|
||||||
//window.jQuery.toast({
|
window.jQuery.toast({
|
||||||
// heading: "Information",
|
heading: "Information",
|
||||||
// text: msg,
|
text: msg,
|
||||||
// icon: "info"
|
icon: "info"
|
||||||
//});
|
});
|
||||||
} else {
|
} else {
|
||||||
messages.push(msg);
|
messages.push(msg);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user