|
@@ -4962,7 +4962,6 @@ function message(heading,text,position,color,icon,timeout){
|
|
|
iziToast.show(msg);
|
|
iziToast.show(msg);
|
|
|
break;
|
|
break;
|
|
|
case 'alertify':
|
|
case 'alertify':
|
|
|
- console.log(heading,text,position,color,icon,timeout);
|
|
|
|
|
var msgFull = (heading !== '') ? heading + '<br/>' + text : text;
|
|
var msgFull = (heading !== '') ? heading + '<br/>' + text : text;
|
|
|
timeout = timeout / 1000;
|
|
timeout = timeout / 1000;
|
|
|
alertify.set('notifier','position', position);
|
|
alertify.set('notifier','position', position);
|