From 7439be4ce1b232feb11c95be7d1d1baf2e818cec Mon Sep 17 00:00:00 2001 From: David Huynh Date: Sun, 27 Jun 2010 03:48:56 +0000 Subject: [PATCH] Since we're using the same panel for both showing undo and showing long running processes, we need to stop the sliding animation when showing long running processes, too. git-svn-id: http://google-refine.googlecode.com/svn/trunk@1042 7d457c2a-affb-35e4-300a-418c747d4874 --- main/webapp/modules/core/scripts/widgets/process-widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/webapp/modules/core/scripts/widgets/process-widget.js b/main/webapp/modules/core/scripts/widgets/process-widget.js index 5317c1321..bab094ad2 100644 --- a/main/webapp/modules/core/scripts/widgets/process-widget.js +++ b/main/webapp/modules/core/scripts/widgets/process-widget.js @@ -98,7 +98,7 @@ ProcessWidget.prototype._render = function(newData) { var self = this; var newProcessMap = {}; - this._div.empty(); + this._div.stop(true, false).empty(); if (!newData.processes.length) { Gridworks.setTitle();