Replace notifications Javascript code by CSS

This commit is contained in:
Frederic Guillot
2016-12-01 20:02:48 -05:00
parent 43243b1ded
commit 6135920a79
5 changed files with 12 additions and 12 deletions

View File

@@ -1,9 +0,0 @@
Kanboard.Notification = function(app) {
this.app = app;
};
Kanboard.Notification.prototype.execute = function() {
$(".alert-fade-out").delay(4000).fadeOut(800, function() {
$(this).remove();
});
};