Author: kien_nguyen
Date: 2010-09-23 07:16:14 -0400 (Thu, 23 Sep 2010)
New Revision: 4352
Modified:
portal/branches/branch-GTNPORTAL-1493/web/eXoResources/src/main/webapp/javascript/eXo/gadget/ExoBasedUserPrefStore.js
Log:
GTNPORTAL-1491 Labpixies googlemap gadget does not work in GTN...
Modified:
portal/branches/branch-GTNPORTAL-1493/web/eXoResources/src/main/webapp/javascript/eXo/gadget/ExoBasedUserPrefStore.js
===================================================================
---
portal/branches/branch-GTNPORTAL-1493/web/eXoResources/src/main/webapp/javascript/eXo/gadget/ExoBasedUserPrefStore.js 2010-09-23
11:09:32 UTC (rev 4351)
+++
portal/branches/branch-GTNPORTAL-1493/web/eXoResources/src/main/webapp/javascript/eXo/gadget/ExoBasedUserPrefStore.js 2010-09-23
11:16:14 UTC (rev 4352)
@@ -43,12 +43,12 @@
href += "&op=SaveUserPref";
href += "&ajaxRequest=true";
href += "&userPref=" + prefs;
- ajaxGet(href,true);
+ ajaxAsyncGetRequest(href,true);
} else {
var params = [
{name : "userPref", value : prefs}
] ;
- ajaxGet(eXo.env.server.createPortalURL(uiGadget.id.replace(/^content-/,""),
"SaveUserPref", true, params),true) ;
+ ajaxAsyncGetRequest(eXo.env.server.createPortalURL(uiGadget.id.replace(/^content-/,""),
"SaveUserPref", true, params),true) ;
}
}
};
Show replies by date