Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
preetwinder
erp5
Commits
2b89b75e
Commit
2b89b75e
authored
10 years ago
by
Romain Courteaud
Browse files
Options
Download
Email Patches
Plain Diff
Use rJS acquisition to use jIO methods.
parent
5c14a28a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_pt_form_dialog_js.xml
...tem/web_page_module/rjs_gadget_erp5_pt_form_dialog_js.xml
+7
-7
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_pt_form_dialog_js.xml
View file @
2b89b75e
...
...
@@ -102,8 +102,8 @@
<value>
<string
encoding=
"cdata"
>
<![CDATA[
/*jslint nomen: true, indent: 2, maxerr: 3 */\n
/*global window, rJS, RSVP, FormData,
jIO,
URI, loopEventListener, document */\n
(function (window, rJS, RSVP, FormData,
jIO,
URI, loopEventListener) {\n
/*global window, rJS, RSVP, FormData, URI, loopEventListener, document */\n
(function (window, rJS, RSVP, FormData, URI, loopEventListener) {\n
"use strict";\n
\n
/////////////////////////////////////////////////////////////////\n
...
...
@@ -246,7 +246,7 @@
}\n
}\n
\n
return
jIO.util.
ajax({\n
return
form_gadget.jio_
ajax({\n
"type": form_gadget.props.action.method,\n
"url": form_gadget.props.action.href,\n
"data": data,\n
...
...
@@ -280,7 +280,7 @@
);\n
});\n
\n
}(window, rJS, RSVP, FormData,
jIO,
URI, loopEventListener));
}(window, rJS, RSVP, FormData, URI, loopEventListener));
]]>
</string>
</value>
</item>
...
...
@@ -417,7 +417,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
940.1
1718.18032.58982
</string>
</value>
<value>
<string>
940.1
6022.61765.35328
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -435,8 +435,8 @@
</tuple>
<state>
<tuple>
<float>
142
0812706.2
4
</float>
<string>
UTC
</string>
<float>
142
1070245.
4
</float>
<string>
GMT
</string>
</tuple>
</state>
</object>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment