Replace notifications Javascript code by CSS
This commit is contained in:
@@ -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();
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user