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 @@
}
}
// 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
for (i = 0; i < raw_list.length; i += 1) {
url_for_kw_list.push({
......
......@@ -234,7 +234,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>988.35901.64672.13858</string> </value>
<value> <string>989.16666.3530.19285</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -252,7 +252,7 @@
</tuple>
<state>
<tuple>
<float>1607550814.35</float>
<float>1610328685.56</float>
<string>UTC</string>
</tuple>
</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