Commit 8623b532 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_officejs] Add reload method

parent 37afe87e
...@@ -399,6 +399,9 @@ ...@@ -399,6 +399,9 @@
return gadget.aq_pleasePublishMyState.apply(gadget, param_list)\n return gadget.aq_pleasePublishMyState.apply(gadget, param_list)\n
.push(gadget.pleaseRedirectMyHash.bind(gadget));\n .push(gadget.pleaseRedirectMyHash.bind(gadget));\n
})\n })\n
.allowPublicAcquisition(\'reload\', function () {\n
return location.reload();\n
})\n
.allowPublicAcquisition("getUrlFor", function (param_list) {\n .allowPublicAcquisition("getUrlFor", function (param_list) {\n
var options = param_list[0],\n var options = param_list[0],\n
key;\n key;\n
...@@ -713,7 +716,7 @@ ...@@ -713,7 +716,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>945.38261.35515.4386</string> </value> <value> <string>945.38286.54145.32000</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -731,7 +734,7 @@ ...@@ -731,7 +734,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1441634809.55</float> <float>1441635494.88</float>
<string>GMT</string> <string>GMT</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