run peacock into another tab

git-svn-id: http://google-refine.googlecode.com/svn/trunk@575 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Stefano Mazzocchi 2010-04-30 17:20:25 +00:00
parent 7f6398c254
commit 065fccbeec

View File

@ -201,7 +201,7 @@ FreebaseLoadingDialog.prototype._load = function() {
body.html(
'<div class="freebase-loading-tripleloader-message">' +
'<h2>' + data.result.added + ' triples successfully scheduled for loading</h2>' +
'<p>Follow the loading progress <a href="' + get_peacock_url(data.result.status_url) + '">here</a></p>' +
'<h4>Follow the loading progress <a href="' + get_peacock_url(data.result.status_url) + '" target="_new">here</a></h4>' +
'</div>'
);
self._end();