From 6135920a7904882ce52301e422743cf2c8f24049 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Thu, 1 Dec 2016 20:02:48 -0500 Subject: Replace notifications Javascript code by CSS --- assets/js/src/Notification.js | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 assets/js/src/Notification.js (limited to 'assets/js/src') diff --git a/assets/js/src/Notification.js b/assets/js/src/Notification.js deleted file mode 100644 index 840ee988..00000000 --- a/assets/js/src/Notification.js +++ /dev/null @@ -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(); - }); -}; -- cgit v1.2.3