tbrehm
2010-07-02 c827cefac10ae4163ddf7ebc44a7919c6aff02da
Removed some debug output from the ajax alert windows if a ajax request fails.
1 files modified
4 ■■■■ changed files
interface/web/js/scrigo.js.php 4 ●●●● patch | view | raw | blame | history
interface/web/js/scrigo.js.php
@@ -105,7 +105,7 @@
        },
        failure: function(o) {
            var parts = o.responseText.split(':');
            alert('Ajax Request was not successful. '+parts[1]);
            alert('Ajax Request was not successful.');
        }
    }
    
@@ -145,7 +145,7 @@
            }
        },
        failure: function(o) {
            alert('Ajax Request was not successful. 1');
            alert('Ajax Request was not successful.');
        }
    }