Browse Source

Fixed toastr to work without jQuery animation stuff.

pull/156/head
Simon Eisenmann 11 years ago
parent
commit
bd6352f613
  1. 4
      static/js/services/toastr.js

4
static/js/services/toastr.js

@ -30,8 +30,8 @@ define(['toastr'], function(toastr) { @@ -30,8 +30,8 @@ define(['toastr'], function(toastr) {
"debug": false,
"positionClass": "toast-bottom-right",
"onclick": null,
"fadeIn": 500,
"fadeOut": 500,
"showMethod": "show",
"hideMethod": "hide",
"timeOut": 0,
"extendedTimeOut": 0
}

Loading…
Cancel
Save