Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
d16b42c1e517
Commit
6b0e4641
authored
Jan 27, 2011
by
Sylvain Thénault
Browse files
[js] fix deprecated call
--HG-- branch : stable
parent
20f63f716f0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/data/cubicweb.edition.js
View file @
d16b42c1
...
...
@@ -588,7 +588,7 @@ function validateForm(formid, action, onsuccess, onfailure) {
var
args
=
ajaxFuncArgs
(
'
validate_form
'
,
null
,
action
,
zipped
[
0
],
zipped
[
1
]);
var
d
=
loadRemote
(
'
json
'
,
args
,
'
POST
'
);
}
catch
(
ex
)
{
log
(
'
got exception
'
,
ex
);
cw
.
log
(
'
got exception
'
,
ex
);
return
false
;
}
d
.
addCallback
(
function
(
result
,
req
)
{
...
...
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