From e5ab72d9cfbd12eda10936ef926249be826970e1 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Mon, 1 Dec 2014 12:32:38 +0100 Subject: [PATCH] Disabled stop function to support custom jQuery. --- static/js/libs/toastr.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/js/libs/toastr.js b/static/js/libs/toastr.js index 87ae449a..7c4e1b5b 100644 --- a/static/js/libs/toastr.js +++ b/static/js/libs/toastr.js @@ -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 } - ); + );*/ } }