Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Laurent S
erp5
Commits
6277bcc4
Commit
6277bcc4
authored
Nov 29, 2011
by
Jérome Perrin
Browse files
Options
Browse Files
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
...
...
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