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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Mukul
erp5
Commits
76bf6c45
Commit
76bf6c45
authored
May 20, 2014
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
suppress jsl warnings.
parent
6e330fa7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
bt5/erp5_xhtml_gadget_style/SkinTemplateItem/portal_skins/erp5_xhtml_gadget_core/gadget-style-lib/erp5_form.js.xml
.../erp5_xhtml_gadget_core/gadget-style-lib/erp5_form.js.xml
+3
-3
bt5/erp5_xhtml_gadget_style/bt/revision
bt5/erp5_xhtml_gadget_style/bt/revision
+1
-1
No files found.
bt5/erp5_xhtml_gadget_style/SkinTemplateItem/portal_skins/erp5_xhtml_gadget_core/gadget-style-lib/erp5_form.js.xml
View file @
76bf6c45
...
...
@@ -245,7 +245,7 @@ var ERP5Form = ( function () {\n
listbox_dict = field_dict.listbox;\n
listbox_data_url = listbox_dict.listbox_data_url;\n
$("#" + listbox_id + "_field").html(listbox_dict["listbox_html"]);\n
return\n
return
;
\n
},\n
\n
ListBoxJavaScript: function (field_id, field_dict) {\n
...
...
@@ -437,7 +437,7 @@ var ERP5Form = ( function () {\n
\'gadget-\' + form_id,\n
form_id + \'/Form_asRenderJSGadget\',\n
\'ERP5Form.update\',\n
\'Form_asJSON?form_id=\' + form_id);
;
\n
\'Form_asJSON?form_id=\' + form_id);\n
RenderJs.TabbularGadget.toggleVisibility($(\'#\' + form_id));\n
ERP5Form.setCurrentFormId(form_id);\n
// when all gadgets are loaded adjust left and right side of forms to have same height\n
...
...
@@ -456,7 +456,7 @@ var ERP5Form = ( function () {\n
}\n
}\n
\n
}} ());\n
}
;
} ());\n
]]>
</string>
</value>
...
...
bt5/erp5_xhtml_gadget_style/bt/revision
View file @
76bf6c45
28
\ No newline at end of file
29
\ 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