SWF-1387 Upgrade to Dojo 1.5.0 and include dojox
This commit is contained in:
@@ -312,7 +312,7 @@ dojo.declare("Spring.RemotingHandler", Spring.AbstractRemotingHandler, {
|
||||
document.body.appendChild(tempSpan);
|
||||
tempSpan.innerHTML=response;
|
||||
var tempContainer = new dojo.NodeList(tempSpan);
|
||||
var newNodes = tempContainer.query("#ajaxResponse > *").orphan();
|
||||
var newNodes = tempContainer.query(">").orphan();
|
||||
tempContainer.orphan();
|
||||
|
||||
//Insert the new DOM nodes and update the Form's action URL
|
||||
|
||||
Reference in New Issue
Block a user