Issue 473 - Fix cancel button for project creation import phase
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2350 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
71492c706c
commit
83db311b18
@ -314,7 +314,7 @@ Refine.DefaultImportingController.prototype._createProject = function() {
|
|||||||
window.clearInterval(timerID);
|
window.clearInterval(timerID);
|
||||||
|
|
||||||
// explicitly cancel the import job
|
// explicitly cancel the import job
|
||||||
$.post("/command/core/cancel-importing-job?" + $.param({ "jobID": jobID }));
|
Refine.CreateProjectUI.cancelImportinJob(self._jobID);
|
||||||
|
|
||||||
self._createProjectUI.showSourceSelectionPanel();
|
self._createProjectUI.showSourceSelectionPanel();
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user