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
This commit is contained in:
David Huynh 2010-06-27 03:48:56 +00:00
parent 76c8cd77eb
commit 7439be4ce1

View File

@ -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();