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
Xavier Thompson
erp5
Commits
6277bcc4
Commit
6277bcc4
authored
13 years ago
by
Jérome Perrin
Browse files
Options
Download
Email Patches
Plain Diff
`final` is a javascript keyword
Signed-off-by:
Aurélien Calonne
<
aurel@nexedi.com
>
parent
d83cac35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
bt5/erp5_xhtml_jquery_style/SkinTemplateItem/portal_skins/erp5_xhtml_jquery_style/erp5.js.xml
...lateItem/portal_skins/erp5_xhtml_jquery_style/erp5.js.xml
+3
-3
No files found.
bt5/erp5_xhtml_jquery_style/SkinTemplateItem/portal_skins/erp5_xhtml_jquery_style/erp5.js.xml
View file @
6277bcc4
...
...
@@ -324,12 +324,12 @@ function queryStringToArray(query_string){\n
/*\n
Turn a query string into a "dictionary"\n
*/\n
var final ={};\n
var final
_dict
=
{};\n
var b = query_string.split(\'
&\');
\n
$.each(b, function(x, y){\n
var temp = y.split(\'=\');\n
final[temp[0]] = temp[1];});\n
return final
\n
final
_dict
[temp[0]] = temp[1];});\n
return final
_dict;
\n
}\n
\n
function submitLinkAsHtmlForm(event){\n
...
...
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