Commit a260c43c authored by Christophe Dumez's avatar Christophe Dumez

- removed error alert() and display alert in foreground (a lot better)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6654 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b0c273ed
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45021272.14</string> </value>
<value> <string>ts45021942.36</string> </value>
</item>
<item>
<key> <string>__ac_local_roles__</string> </key>
......@@ -64,7 +64,8 @@ function dtmlXMLLoaderObject(funcObject,dhtmlObject,async){\n
if(this.xmlDoc.responseXML){var temp=this.xmlDoc.responseXML.getElementsByTagName(tagName);var z=temp[0];}\n
else var z=this.xmlDoc.documentElement;\n
if(z)return z;\n
alert("Error: execute tree.xml to see debug !");\n
//alert("Error: execute tree.xml to see debug !");\n
open(\'tree.xml\', \'_self\');\n
return document.createElement("DIV");\n
};\n
\n
......@@ -398,7 +399,7 @@ Node.prototype.removeNode = function(removeChildren)\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>9962</int> </value>
<value> <int>9992</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment