You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by re...@apache.org on 2014/05/12 11:44:23 UTC

svn commit: r1593914 - /stanbol/trunk/commons/security/usermanagement/src/main/resources/templates/html/org/apache/stanbol/commons/usermanagement/webConsole.ftl

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();