Update to jQuery and jQuery-UI latest
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2052 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -171,8 +171,8 @@ $(function() {
|
||||
useFallback();
|
||||
});
|
||||
} else {
|
||||
if(err.responseXML) {
|
||||
svgdoc = parser.parseFromString(err.responseXML, "text/xml");
|
||||
if(err.responseText) {
|
||||
svgdoc = parser.parseFromString(err.responseText, "text/xml");
|
||||
|
||||
if(!svgdoc.childNodes.length) {
|
||||
$(useFallback);
|
||||
|
||||
Reference in New Issue
Block a user