Author: thomas.heute(a)jboss.com
Date: 2009-12-02 03:48:28 -0500 (Wed, 02 Dec 2009)
New Revision: 13846
Modified:
branches/Enterprise_Portal_Platform_4_3/theme/src/bin/portal-ajax-war/dyna/dyna.js
Log:
JBEPP-103: Resource serving doesn't work with Partial refresh
Modified:
branches/Enterprise_Portal_Platform_4_3/theme/src/bin/portal-ajax-war/dyna/dyna.js
===================================================================
---
branches/Enterprise_Portal_Platform_4_3/theme/src/bin/portal-ajax-war/dyna/dyna.js 2009-11-19
17:19:12 UTC (rev 13845)
+++
branches/Enterprise_Portal_Platform_4_3/theme/src/bin/portal-ajax-war/dyna/dyna.js 2009-12-02
08:48:28 UTC (rev 13846)
@@ -77,6 +77,11 @@
if (!url.match(eval(regexp))) {
return false;
}
+
+ // Resource URLs
+ if (url.indexOf("action=b") != -1) {
+ return false;
+ }
//
return true;
Show replies by date