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) {
"debug": false, "debug": false,
"positionClass": "toast-bottom-right", "positionClass": "toast-bottom-right",
"onclick": null, "onclick": null,
"fadeIn": 500, "showMethod": "show",
"fadeOut": 500, "hideMethod": "hide",
"timeOut": 0, "timeOut": 0,
"extendedTimeOut": 0 "extendedTimeOut": 0
} }

Loading…
Cancel
Save