mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-11 20:21:03 +00:00
Update app.js
This commit is contained in:
parent
da0d03cc1d
commit
0c8446b78e
12
app.js
12
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();
|
||||
main();
|
||||
|
|
Loading…
Reference in New Issue
Block a user