Author: reto
Date: Mon May 12 09:44:22 2014
New Revision: 1593914

URL: http://svn.apache.org/r1593914
Log:
STANBOL-1337: traditional ajax setup

Modified:
    
stanbol/trunk/commons/security/usermanagement/src/main/resources/templates/html/org/apache/stanbol/commons/usermanagement/webConsole.ftl

Modified: 
stanbol/trunk/commons/security/usermanagement/src/main/resources/templates/html/org/apache/stanbol/commons/usermanagement/webConsole.ftl
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/commons/security/usermanagement/src/main/resources/templates/html/org/apache/stanbol/commons/usermanagement/webConsole.ftl?rev=1593914&r1=1593913&r2=1593914&view=diff
==============================================================================
--- 
stanbol/trunk/commons/security/usermanagement/src/main/resources/templates/html/org/apache/stanbol/commons/usermanagement/webConsole.ftl
 (original)
+++ 
stanbol/trunk/commons/security/usermanagement/src/main/resources/templates/html/org/apache/stanbol/commons/usermanagement/webConsole.ftl
 Mon May 12 09:44:22 2014
@@ -54,7 +54,10 @@ limitations under the License.
 <script>
         
     $(function() {   
-        $.ajaxSetup({dataType:"html"}); // set default
+        $.ajaxSetup({
+            dataType:"html",
+            traditional: true //this prevents [] to be added to array 
parameter name with jquery > 1.4
+        }); // set default
         $("#tabs").tabs();
         showUserList();
         showRoleList();


Reply via email to