Commit bda8a466 authored by Gabriel Monnerat's avatar Gabriel Monnerat Committed by Romain Courteaud

erp5_web_renderjs_ui: Add draft code to add url to access xhtml interface

parent a1e1a438
...@@ -92,6 +92,12 @@ ...@@ -92,6 +92,12 @@
} }
} }
// Move this code one place that can be shared
for (i in erp5_document._links) {
if (i.match(/.*_raw$/) && erp5_document._links[i].href) {
raw_list.push(erp5_document._links[i]);
}
}
// Developer mode // Developer mode
for (i = 0; i < raw_list.length; i += 1) { for (i = 0; i < raw_list.length; i += 1) {
url_for_kw_list.push({ url_for_kw_list.push({
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>988.35901.64672.13858</string> </value> <value> <string>989.16666.3530.19285</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1607550814.35</float> <float>1610328685.56</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