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
Hardik Juneja
erp5
Commits
2c6d6325
Commit
2c6d6325
authored
Sep 21, 2011
by
Gabriel L. Oliveira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve documentation and fix typo
* Improve documentation * Add ';' to end of line
parent
7cc63904
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/ung_js/ung.js.xml
...ateItem/portal_skins/erp5_web_ung_theme/ung_js/ung.js.xml
+3
-3
bt5/erp5_web_ung_theme/bt/change_log
bt5/erp5_web_ung_theme/bt/change_log
+3
-0
bt5/erp5_web_ung_theme/bt/revision
bt5/erp5_web_ung_theme/bt/revision
+1
-1
No files found.
bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/ung_js/ung.js.xml
View file @
2c6d6325
...
...
@@ -668,7 +668,7 @@ $().ready(function(){\n
ung_listbox_container.html(data_html);\n
//
attach
listener\n
ung_listbox_container.live(\'DOMSubtreeModified\',
checkUNGListbox)\n
//
eval
script\n
//
eval
script
to
update
listbox
\n
eval(data_script)\n
//
remove
class
\'portal-column\'
from
main
listbox\n
//
(as
it
should
not
interfere
in
user\'s
box
layout)\n
...
...
@@ -731,7 +731,7 @@ function wrappedUpdater() {\n
}\n
\n
function
checkUNGListbox()
{\n
gadget_listbox_container =
$(\'div#main_listbox-container
div.listbox-container\')\n
gadget_listbox_container =
$(\'div#main_listbox-container
div.listbox-container\')
;
\n
if
(gadget_listbox_container.length
>
= 1) {\n
// XXX: the .die and .live calls are because of the call to .find function\n
// that is triggered recursively without stop if parent has the .live\n
...
...
@@ -781,7 +781,7 @@ function separateUNGListboxGadgetFields() {\n
var domainTreeHeight = data.find("div.listbox-domain-tree-container").css("height").replace("px", "");\n
} catch(e) {\n
// this maybe categorize first access of user, needing\n
// to reload page
,
in time to create \'selection\' in portal_selections\n
// to reload page in time to create \'selection\' in portal_selections\n
window.location.reload();\n
return false;\n
}\n
...
...
bt5/erp5_web_ung_theme/bt/change_log
View file @
2c6d6325
2011-09-21 gabriel.oliveira
* Improve documentation and fix typo
2011-09-21 gabriel.oliveira
* Fix preference dialog layout
...
...
bt5/erp5_web_ung_theme/bt/revision
View file @
2c6d6325
393
\ No newline at end of file
394
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