Author: [email protected]
Date: Tue Aug 16 16:06:27 2011
New Revision: 1328

Log:
[AMDATUOPENSOCIAL-90] Fixed JS error

Modified:
   
trunk/amdatu-opensocial/opensocial-dashboard/src/main/resources/jsp/gadgets_appdata.js.jsp

Modified: 
trunk/amdatu-opensocial/opensocial-dashboard/src/main/resources/jsp/gadgets_appdata.js.jsp
==============================================================================
--- 
trunk/amdatu-opensocial/opensocial-dashboard/src/main/resources/jsp/gadgets_appdata.js.jsp
  (original)
+++ 
trunk/amdatu-opensocial/opensocial-dashboard/src/main/resources/jsp/gadgets_appdata.js.jsp
  Tue Aug 16 16:06:27 2011
@@ -94,6 +94,8 @@
     url: url,
     type: "PUT",
     data: postdata,
+    contentType: "application/json",
+    dataType: "json",
     async:false,
     success: function(response) {
       },
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to