From 43a66ead4d3f210b6efe49693b26ef1d9613f6a7 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Mon, 17 Aug 2015 12:10:52 -0300 Subject: [PATCH] Hide notifications when click outside --- public/main.js | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/public/main.js b/public/main.js index 48af284..f891e3c 100644 --- a/public/main.js +++ b/public/main.js @@ -7,6 +7,7 @@ var gamificationPlugin = { layout: 'center', modal: 'true', theme: 'relax', + closeWith: ['click', 'backdrop'], animation: { open : 'animated bounceInLeft', close : 'animated bounceOutLeft', -- libgit2 0.21.2