Issue 450 - Alert user when upload fails

git-svn-id: http://google-refine.googlecode.com/svn/trunk@2264 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Tom Morris 2011-09-29 21:25:27 +00:00
parent d047acf1d1
commit 0210329e8f

View File

@ -51,6 +51,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
if (o.url) {
window.open(o.url, '_blank');
} else {
alert('Upload error: ' + o.message)
}
onDone();
},