Commit 43a66ead4d3f210b6efe49693b26ef1d9613f6a7

Authored by Victor Costa
1 parent 38213fec

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 7 layout: 'center',
8 8 modal: 'true',
9 9 theme: 'relax',
  10 + closeWith: ['click', 'backdrop'],
10 11 animation: {
11 12 open : 'animated bounceInLeft',
12 13 close : 'animated bounceOutLeft',
... ...