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
Carlos Ramos Carreño
erp5
Commits
7f9a9700
Commit
7f9a9700
authored
Feb 25, 2014
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ERP5 Product] Fix javascript typo in erp5.js.
insertbefore instead of insertBefore.
parent
56e1f85d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.js.xml
...kinTemplateItem/portal_skins/erp5_xhtml_style/erp5.js.xml
+1
-1
product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
+1
-1
No files found.
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.js.xml
View file @
7f9a9700
...
@@ -129,7 +129,7 @@ function buildTables(element_list, rowPredicate, columnPredicate,\n
...
@@ -129,7 +129,7 @@ function buildTables(element_list, rowPredicate, columnPredicate,\n
var first_element = row_list[0][0];\n
var first_element = row_list[0][0];\n
var fake_table = $("
<table>
");\n
var fake_table = $("
<table>
");\n
fake_table.addClass(tableClassName);\n
fake_table.addClass(tableClassName);\n
fake_table.insert
b
efore(first_element);\n
fake_table.insert
B
efore(first_element);\n
$.each(row_list, function() {\n
$.each(row_list, function() {\n
var fake_row = $("
<tr>
");\n
var fake_row = $("
<tr>
");\n
$.each(this, function() {\n
$.each(this, function() {\n
...
...
product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
View file @
7f9a9700
1113
1114
\ No newline at end of file
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