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:
parent
d047acf1d1
commit
0210329e8f
@ -51,6 +51,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
|
|
||||||
if (o.url) {
|
if (o.url) {
|
||||||
window.open(o.url, '_blank');
|
window.open(o.url, '_blank');
|
||||||
|
} else {
|
||||||
|
alert('Upload error: ' + o.message)
|
||||||
}
|
}
|
||||||
onDone();
|
onDone();
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user