Commit 43a66ead4d3f210b6efe49693b26ef1d9613f6a7
1 parent
38213fec
Exists in
master
and in
1 other branch
Hide notifications when click outside
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
public/main.js
@@ -7,6 +7,7 @@ var gamificationPlugin = { | @@ -7,6 +7,7 @@ var gamificationPlugin = { | ||
7 | layout: 'center', | 7 | layout: 'center', |
8 | modal: 'true', | 8 | modal: 'true', |
9 | theme: 'relax', | 9 | theme: 'relax', |
10 | + closeWith: ['click', 'backdrop'], | ||
10 | animation: { | 11 | animation: { |
11 | open : 'animated bounceInLeft', | 12 | open : 'animated bounceInLeft', |
12 | close : 'animated bounceOutLeft', | 13 | close : 'animated bounceOutLeft', |