From c20f9a1786fcef07671cb413fa80b73fafc1ce54 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sun, 11 Jan 2015 03:03:16 +0000 Subject: increase max notifications visible to 15 --- html/js/git-deps-noty.js | 1 + 1 file changed, 1 insertion(+) (limited to 'html/js') diff --git a/html/js/git-deps-noty.js b/html/js/git-deps-noty.js index 2639078..56f0b53 100644 --- a/html/js/git-deps-noty.js +++ b/html/js/git-deps-noty.js @@ -29,6 +29,7 @@ function notyfication(type, text) { type: type, layout: 'topRight', theme: 'relax', + maxVisible: 15, timeout: 30000, // ms animation: { open: 'animated bounceInUp', // Animate.css class names -- cgit