ftimme
2012-05-10 4c28d9c34f5f3e5ccbbed6dbb0ba08bc5235b53b
interface/web/js/scrigo.js.php
@@ -33,10 +33,10 @@
  }
}
function capp(module) {
function capp(module, redirect) {
   var submitFormObj = jQuery.ajax({      type: "GET", 
                                 url: "capp.php", 
                                 data: "mod="+module,
                                 data: "mod="+module+((redirect != undefined) ? '&redirect='+redirect : ''),
                                 dataType: "html",
                                 success: function(data, textStatus, jqXHR) {
                                    if(jqXHR.responseText != '') {