Commit 5bd1ad6e authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_web_renderjs_ui: revert change made by mistake

parent d0e9e838
...@@ -501,8 +501,7 @@ ...@@ -501,8 +501,7 @@
temp_table.appendChild(fragment);\n temp_table.appendChild(fragment);\n
temp.appendChild(temp_table);\n temp.appendChild(temp_table);\n
table.appendChild(temp.querySelector("tbody"));\n table.appendChild(temp.querySelector("tbody"));\n
return temp.querySelector("tfoot").innerHTML;\n return gadget.translateHtml(temp.querySelector("tfoot").innerHTML);\n
//return gadget.translateHtml(temp.querySelector("tfoot").innerHTML);\n
})\n })\n
.push(function (my_translated_html) {\n .push(function (my_translated_html) {\n
var temp = document.createElement("tfoot");\n var temp = document.createElement("tfoot");\n
...@@ -743,7 +742,7 @@ ...@@ -743,7 +742,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>945.59587.50428.36590</string> </value> <value> <string>945.59588.57633.38263</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -761,7 +760,7 @@ ...@@ -761,7 +760,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1442912932.75</float> <float>1442925702.6</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
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