Improved www.ttss.krakow.pl
Jacek Kowalski
2016-12-26 12310b92f7fff6f285b21eb3c40fcde28b2f1af1
Raise AJAX timeout from 3s to 10s
1 files modified
2 ■■■ changed files
index.js 2 ●●● patch | view | raw | blame | history
index.js
@@ -419,7 +419,7 @@
    
    $.ajaxSetup({
        dataType: 'json',
        timeout: 3000,
        timeout: 10000,
    });
    
    stop_name.addEventListener('input', function(e) {