mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-03 09:17:37 +01:00
Update functions.js
This commit is contained in:
parent
3e0028db06
commit
eac54f9c98
@ -383,6 +383,11 @@ function renderMessages() {
|
||||
let info = messages.info ? messages.info : [];
|
||||
info.forEach(function (element) {
|
||||
if (element) toastr["success"](element);
|
||||
Toast.fire({
|
||||
icon: "success",
|
||||
title: element,
|
||||
position: 'top',
|
||||
});
|
||||
});
|
||||
|
||||
let warning = messages.warning ? messages.warning : [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user