mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-15 22:13:08 +00:00
DS-236 bug fix - compatibility issues for lookup js in IE
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@4514 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -257,7 +257,7 @@ function DSpaceChoicesLoad(form)
|
||||
},
|
||||
// format is <select><option authority="key" value="val">label</option>...
|
||||
onSuccess: function(transport) {
|
||||
var ul = transport.responseXML.firstChild;
|
||||
var ul = transport.responseXML.documentElement;
|
||||
var err = ul.getAttributeNode('error');
|
||||
if (err != null && err.value == 'true')
|
||||
window.alert(fail+" Server indicates error in response.");
|
||||
|
Reference in New Issue
Block a user