Commit bfd2347a authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_web_renderjs_ui: use gadget variable instead of g,since g is undefined

parent 9da66fdb
...@@ -493,7 +493,7 @@ ...@@ -493,7 +493,7 @@
return gadget.dropGadget("panel");\n return gadget.dropGadget("panel");\n
})\n })\n
.push(function () {\n .push(function () {\n
return gadget.declareGadget(g.props.panel_gadget,\n return gadget.declareGadget(gadget.props.panel_gadget,\n
{scope: "panel",\n {scope: "panel",\n
element: div});\n element: div});\n
})\n })\n
...@@ -735,7 +735,7 @@ ...@@ -735,7 +735,7 @@
</item> </item>
<item> <item>
<key> <string>actor</string> </key> <key> <string>actor</string> </key>
<value> <string>romain</string> </value> <value> <string>xiaowu</string> </value>
</item> </item>
<item> <item>
<key> <string>comment</string> </key> <key> <string>comment</string> </key>
...@@ -749,7 +749,7 @@ ...@@ -749,7 +749,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>942.15701.13180.42427</string> </value> <value> <string>942.21393.17345.64221</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -767,8 +767,8 @@ ...@@ -767,8 +767,8 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1428656180.86</float> <float>1428997594.5</float>
<string>GMT</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
</object> </object>
......
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