To avoid 666 as a revision number when released :)

git-svn-id: http://google-refine.googlecode.com/svn/trunk@667 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-05-09 20:20:56 +00:00
parent cbd23fa561
commit cc49d64ed7

View File

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