Skip to content
Snippets Groups Projects
Commit 91c10735 authored by Will Horton's avatar Will Horton
Browse files

Merge

parents 39f74a2e 316c9d33
No related branches found
No related tags found
No related merge requests found
......@@ -181,7 +181,7 @@ XNAT.app.pResources={
dataType: 'json'
});
getUploadConfigAjax.done( function( data, textStatus, jqXHR ) {
if (typeof(data)!=undefined && $.isArray(data) && data.length>0) {
if (typeof(data)!=undefined && $.isArray(data)) {
var uploaderConfig = data;
var alreadyConfig = false;
var NEW_HANDLER = "Uploaded " + props.name;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment