Browse Source

Disabled stop function to support custom jQuery.

pull/156/head
Simon Eisenmann 11 years ago
parent
commit
e5ab72d9cf
  1. 3
      static/js/libs/toastr.js

3
static/js/libs/toastr.js

@ -304,9 +304,10 @@ @@ -304,9 +304,10 @@
function stickAround() {
clearTimeout(intervalId);
/* Disabled to support custom jQuery without animations.
$toastElement.stop(true, true)[options.showMethod](
{ duration: options.showDuration, easing: options.showEasing }
);
);*/
}
}

Loading…
Cancel
Save