Update bootstrap-notify to 3.1.5 (taken from master branch of their repo, last tagged version is 3.1.3)

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2023-11-02 23:06:44 +01:00
parent dd89021cfb
commit b256f5a627
2 changed files with 12 additions and 4 deletions

View File

@@ -95,8 +95,8 @@ function showAlert(type, icon, title, message) {
mouse_over: "pause",
animate: {
enter: "animate__animated animate__fadeInDown",
exit: "animate__animated animate__fadeOutUp"
}
exit: "animate__animated animate__fadeOutUp",
},
};
switch (type) {
case "info":