diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/global_definitions.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/global_definitions.xml
index 443bd224fc49cc0b123a43acaf845bfe96444560..25b9ab4fcfe94ba345629c66e49976f2ab8707e8 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/global_definitions.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/global_definitions.xml
@@ -65,7 +65,7 @@
     global css_list  css_list | python: [];\n
            dummy     python: not is_web_mode and css_list.extend([\'%s/%s\' % (here.portal_url.getPortalPath(), x) for x in here.ERP5XhtmlStyle_getCSSList()]);\n
     global js_list   js_list | python: [];\n
-           dummy     python: not is_web_mode and js_list.extend([\'%s/%s\' % (here.portal_url.getPortalPath(), x) for x in here.ERP5XhtmlStyle_getJSList()]);\n
+           dummy     python: js_list.extend([\'%s/%s\' % (here.portal_url.getPortalPath(), x) for x in here.ERP5XhtmlStyle_getJSList()]);\n
 \n
     global http_parameter_list  request/form/copy;\n
            http_parameter_list  python: here.ERP5XhtmlStyle_filterParameterList(http_parameter_list);\n
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log b/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log
index c11d15f56be032457ee3d1f43a154f4ca77139c7..298e7a0156172e7a6e938888e730da21ebb1fa3c 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log
@@ -1,5 +1,6 @@
 2006-09-13 Kevin
 * Fix developper mode rendering bug.
+* erp5.js is needed in web mode by admin toolbox which display context_box_render.
 
 2006-09-12 Kevin
 * Refactor login_form screen to match new xhtml style form structure.
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
index 83981c0e3aabbb291048f2d619c53f3bb686f5c7..12e255591973bdba2df68092427a8e1f954f18dc 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
@@ -1 +1 @@
-175
\ No newline at end of file
+177
\ No newline at end of file