svn commit: r941014 - /ofbiz/trunk/framework/images/webapp/images/selectall.js

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r941014 - /ofbiz/trunk/framework/images/webapp/images/selectall.js

erwan
Author: erwan
Date: Tue May  4 19:52:55 2010
New Revision: 941014

URL: http://svn.apache.org/viewvc?rev=941014&view=rev
Log:
setting evalscripts to true so lookups can work in portal pages

Modified:
    ofbiz/trunk/framework/images/webapp/images/selectall.js

Modified: ofbiz/trunk/framework/images/webapp/images/selectall.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/selectall.js?rev=941014&r1=941013&r2=941014&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/selectall.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/selectall.js Tue May  4 19:52:55 2010
@@ -233,7 +233,7 @@ function confirmActionFormLink(msg, form
   * @param targetParams The URL parameters
 */
 function ajaxUpdateArea(areaId, target, targetParams) {
-    new Ajax.Updater(areaId, target, {parameters: targetParams});
+    new Ajax.Updater(areaId, target, {parameters: targetParams, evalScripts: true});
 }
 
 /** Update multiple areas (HTML container elements).